Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp69 constexpr float EPSILON_SCALE = 0.00001f; variable
2943 isScale = (!ROSEN_EQ(absMatrix.Get(Drawing::Matrix::SCALE_X), 1.f, EPSILON_SCALE) || in UpdateSurfaceRenderNodeScale()
2944 !ROSEN_EQ(absMatrix.Get(Drawing::Matrix::SCALE_Y), 1.f, EPSILON_SCALE)); in UpdateSurfaceRenderNodeScale()
2951 …isScale = !ROSEN_EQ(scaleFactors[0], 1.f, EPSILON_SCALE) || !ROSEN_EQ(scaleFactors[1], 1.f, EPSILO… in UpdateSurfaceRenderNodeScale()
2961 …EN_EQ(std::min(dstRectWidth, dstRectHeight), std::min(boundsWidth, boundsHeight), EPSILON_SCALE) || in UpdateSurfaceRenderNodeScale()
2962 …OSEN_EQ(std::max(dstRectWidth, dstRectHeight), std::max(boundsWidth, boundsHeight), EPSILON_SCALE); in UpdateSurfaceRenderNodeScale()