Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp65 globalOffset = parent->GetGlobalOffset() + margin.GetOffsetInPx(context->GetDipScale()); in OnPaintFinish()
H A Drosen_render_piece.cpp45 pieceOffset += margin.GetOffsetInPx(context->GetDipScale()); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.cpp88 Offset Edge::GetOffsetInPx(double dipScale) const in GetOffsetInPx() function in OHOS::Ace::Edge
H A Dedge.h69 Offset GetOffsetInPx(double dipScale) const;
H A Ddecoration.cpp45 return border_.GetOffset(dipScale) + padding_.GetOffsetInPx(dipScale); in GetOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp203 Offset paddingOffset = padding_.GetOffsetInPx(context->GetDipScale()); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp165 tabItemOffsets_.emplace_back(padding_.GetOffsetInPx(context->GetDipScale())); in PerformLayoutChildren()
624 …Offset(0.0, childSize.Height() / DOUBLE_FACTOR) + indicatorPadding_.GetOffsetInPx(context->GetDipS… in MakeIndicatorOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp338 targetOffset_ += targetMargin.GetOffsetInPx(context->GetDipScale()); in InitTargetSizeAndPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp301 Rect paintSize = Rect(offset + margin_.GetOffsetInPx(pipeline->GetDipScale()), paintSize_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp1897 outerRRect = GetBoxRRect(offset + margin_.GetOffsetInPx(scale_), border, 0.0, true); in GetBoxOuterRRect()
1911 outerRRect = GetBoxRRect(offset + margin_.GetOffsetInPx(scale_), border, 0.0, true); in GetBoxOuterRRect()