Searched defs:nodeTopI (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 3225 float nodeTopI = RoundValueToPixelGrid(relativeTop); in RoundToPixelGrid() local 3274 float nodeTopI = RoundValueToPixelGrid(relativeTop, isRound, ceilTop, floorTop); in RoundToPixelGrid() local 3318 float nodeTopI = OnePixelValueRounding(relativeTop); in OnePixelRounding() local 3384 float nodeTopI = OnePixelValueRounding(relativeTop, !noRoundTop, ceilTop, floorTop); in OnePixelRounding() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 1837 float nodeTopI = RoundValueToPixelGrid(relativeTop, isRound, false, false); in AdjustPaintRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.cpp | 212 float nodeTopI = RoundValueToPixelGrid(relativeTop, isRound, false, false); in AdjustPaintRect() local
|