Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h208 double LeftPx() const in LeftPx() function
336 return EdgePx(LeftPx() + edge.LeftPx(), TopPx() + edge.TopPx(), RightPx() + edge.RightPx(),
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Ddebug_boundary_painter.cpp84 margin.LeftPx(), verticalRectHeight); in PaintDebugMargin()
111 margin.LeftPx() + startPointX, verticalRectHeight + startPointY + margin.TopPx()); in PaintDebugMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h286 rect.SetOffset(GetPaintRect().GetOffset() + Offset(margin_.LeftPx(), margin_.TopPx())); in GetPaintRectExcludeMargin()
H A Drender_box_base.cpp556 padding_.SetLeft(Dimension(std::max(padding_.LeftPx(), circlePadding))); in ConvertPaddingForLayoutInBox()
646 if (LessNotEqual(margin_.LeftPx(), 0.0)) { in CalculateSelfLayoutSize()
H A Drender_box.cpp664 globalOffset.SetX(globalOffset.GetX() + margin_.LeftPx()); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp439 globalOffset.SetX(globalOffset.GetX() + margin.LeftPx()); in ResetFocusEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drender_transform.cpp441 double marginLeft = margin.LeftPx(); in UpdateTransformOrigin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1724 auto renderRect = GetRenderRect() + Offset(margin.LeftPx(), margin.TopPx()); in TriggerVisibleAreaChangeCallback()