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 D | rs_aibar_shader_filter.cpp | 59 return ROSEN_LNE(aiInvertCoef[0], aiInvertCoef[1]) && in IsAiInvertCoefValid()
|
H A D | rs_distortion_shader_filter.cpp | 56 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 D | rscommondef_fuzzer.cpp | 76 ROSEN_LNE(valuex, valuey); in DoInline()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 141 return ROSEN_LNE(fraction_, 1.0); in IsValid()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 378 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 D | rs_property_drawable_utils.cpp | 522 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 D | rs_properties.cpp | 1852 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 D | rs_base_render_engine.cpp | 806 if (ROSEN_LNE(params.brightnessRatio, DEFAULT_BRIGHTNESS_RATIO) && !params.isHdrRedraw) { in DrawImage()
|
H A D | rs_main_thread.cpp | 285 if (ROSEN_LNE(displayNits, 0.0f)) { in UpdateSurfaceNodeNit()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 1769 if (ROSEN_LNE(hdrBrightnessRatio, 1.0f)) { in FinishOffscreenRender()
|