Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1836 float nodeLeftI = RoundValueToPixelGrid(relativeLeft, isRound, false, false); in AdjustPaintRect() local
1838 roundToPixelErrorX += nodeLeftI - relativeLeft; in AdjustPaintRect()
1840 rect.SetLeft(nodeLeftI); in AdjustPaintRect()
1843 float nodeWidthI = RoundValueToPixelGrid(absoluteRight, isRound, false, false) - nodeLeftI; in AdjustPaintRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp211 float nodeLeftI = RoundValueToPixelGrid(relativeLeft, isRound, false, false); in AdjustPaintRect() local
213 roundToPixelErrorX += nodeLeftI - relativeLeft; in AdjustPaintRect()
215 rect.SetLeft(nodeLeftI); in AdjustPaintRect()
218 float nodeWidthI = RoundValueToPixelGrid(absoluteRight, isRound, false, false) - nodeLeftI; in AdjustPaintRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3224 float nodeLeftI = RoundValueToPixelGrid(relativeLeft); in RoundToPixelGrid() local
3226 geometryNode->SetPixelGridRoundOffset(OffsetF(nodeLeftI, nodeTopI)); in RoundToPixelGrid()
3227 float nodeWidthI = RoundValueToPixelGrid(absoluteRight) - nodeLeftI; in RoundToPixelGrid()
3273 float nodeLeftI = RoundValueToPixelGrid(relativeLeft, isRound, ceilLeft, floorLeft); in RoundToPixelGrid() local
3275 geometryNode->SetPixelGridRoundOffset(OffsetF(nodeLeftI, nodeTopI)); in RoundToPixelGrid()
3317 float nodeLeftI = OnePixelValueRounding(relativeLeft); in OnePixelRounding() local
3319 roundToPixelErrorX += nodeLeftI - relativeLeft; in OnePixelRounding()
3321 geometryNode->SetPixelGridRoundOffset(OffsetF(nodeLeftI, nodeTopI)); in OnePixelRounding()
3323 float nodeWidthI = OnePixelValueRounding(absoluteRight) - nodeLeftI; in OnePixelRounding()
3385 roundToPixelErrorX += nodeLeftI - relativeLeft; in OnePixelRounding()
[all …]