Home
last modified time | relevance | path

Searched refs:SetPaintSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.cpp197 renderBox->SetPaintSize(GetLayoutSize() - Size(offsetX_, offsetY_)); in UpdateBoxForShadowAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.cpp496 renderBox_->SetPaintSize(Size(moreButtonSize, moreButtonSize)); in AdjustForAnimation()
507 renderBox_->SetPaintSize(Size(moreButtonSize, moreButtonSize)); in AdjustForAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h44 void SetPaintSize(const Size& paintSize);
H A Drender_box_base.cpp791 void RenderBoxBase::SetPaintSize(const Size& paintSize) in SetPaintSize() function in OHOS::Ace::RenderBoxBase