Searched defs:nodeWidthI (Results 1 – 3 of 3) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | rosen_render_context.cpp | 3250 float nodeWidthI = RoundValueToPixelGrid(absoluteRight) - nodeLeftI; in RoundToPixelGrid() local 3299 …float nodeWidthI = RoundValueToPixelGrid(absoluteRight, isRound, ceilRight, floorRight) - nodeLeft… in RoundToPixelGrid() local 3346 float nodeWidthI = OnePixelValueRounding(absoluteRight) - nodeLeftI; in OnePixelRounding() local 3412 …float nodeWidthI = OnePixelValueRounding(absoluteRight, !noRoundRight, ceilRight, floorRight) - no… in OnePixelRounding() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| D | xcomponent_pattern.cpp | 2067 float nodeWidthI = RoundValueToPixelGrid(absoluteRight, isRound, false, false) - nodeLeftI; in AdjustPaintRect() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
| D | video_pattern.cpp | 201 float nodeWidthI = RoundValueToPixelGrid(absoluteRight, isRound, false, false) - nodeLeftI; in AdjustPaintRect() local
|