Home
last modified time | relevance | path

Searched refs:ROSEN_LNE (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_aibar_shader_filter.cpp59 return ROSEN_LNE(aiInvertCoef[0], aiInvertCoef[1]) && in IsAiInvertCoefValid()
H A Drs_distortion_shader_filter.cpp56 if (ROSEN_LNE(distortionK_ * DISTORTION_SCALE, -0.5f / (scaleCoord_ * scaleCoord_))) { in IsValid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommondef_fuzzer/
H A Drscommondef_fuzzer.cpp76 ROSEN_LNE(valuex, valuey); in DoInline()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_def.h141 return ROSEN_LNE(fraction_, 1.0); in IsValid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h378 inline bool ROSEN_LNE(float left, float right) // less not equal in ROSEN_LNE() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp522 if (!ROSEN_GE(lightUpEffectDegree, 0.0) || !ROSEN_LNE(lightUpEffectDegree, 1.0)) { in DrawLightUpEffect()
602 if (!ROSEN_GE(dynamicDimDegree, 0.0) || !ROSEN_LNE(dynamicDimDegree, 1.0)) { in DrawDynamicDim()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp1852 ROSEN_GE(*dynamicDimDegree_, 0.0) && ROSEN_LNE(*dynamicDimDegree_, 1.0); in IsDynamicDimValid()
2496 return ROSEN_GE(GetLightUpEffect(), 0.0) && ROSEN_LNE(GetLightUpEffect(), 1.0); in IsLightUpEffectValid()
4434 if (ROSEN_LNE(greyCoef_->x_, 0.f) || ROSEN_GNE(greyCoef_->x_, 127.f) || in CheckGreyCoef()
4435 ROSEN_LNE(greyCoef_->y_, 0.f) || ROSEN_GNE(greyCoef_->y_, 127.f) || in CheckGreyCoef()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp806 if (ROSEN_LNE(params.brightnessRatio, DEFAULT_BRIGHTNESS_RATIO) && !params.isHdrRedraw) { in DrawImage()
H A Drs_main_thread.cpp285 if (ROSEN_LNE(displayNits, 0.0f)) { in UpdateSurfaceNodeNit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1769 if (ROSEN_LNE(hdrBrightnessRatio, 1.0f)) { in FinishOffscreenRender()