Home
last modified time | relevance | path

Searched refs:GetPaintSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp107 focusAnimationRRect_.SetRect(Rect(Offset(0, 0), GetPaintSize() * TV_ITEM_SCALE)); in PerformLayout()
397 focusAnimationRRect_.SetRect(Rect(Offset(0.0, 0.0), GetPaintSize() * scale)); in ResetFocusEffect()
436 auto paintSize = GetPaintSize(); // size exclude margin in ResetFocusEffect()
476 Size RenderListItem::GetPaintSize() const in ResetFocusEffect() function in OHOS::Ace::RenderListItem
503 Size size = GetPaintSize(); in ResetFocusEffect()
H A Drosen_render_list_item.cpp121 auto size = GetPaintSize(); in PaintUniversalBackground()
191 … AceType::MakeRefPtr<RosenDecorationPainter>(frontDecoration, GetPaintRect(), GetPaintSize(), in PaintWithFocusEffect()
H A Drender_list_item.h338 Size GetPaintSize() const;
H A Drender_list_item_group.cpp133 double boxPaintHeight = renderBox->GetPaintSize().Height(); in AddArrowImage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp104 Size targetSize = targetRender->GetPaintSize(); in OnTargetCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h43 const Size& GetPaintSize() const;
H A Drosen_render_box.cpp1233 size = GetPaintSize();
1241 size = GetPaintSize() - GetBorderSize();
1245 size = GetPaintSize() - GetBorderSize() - GetPaddingSize();
1249 size = GetPaintSize();
H A Drender_box_base.cpp786 const Size& RenderBoxBase::GetPaintSize() const in GetPaintSize() function in OHOS::Ace::RenderBoxBase
H A Drender_box.cpp654 Size size = GetPaintSize() * viewScale; in OnPaintFinish()