Home
last modified time | relevance | path

Searched defs:renderRect (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/ability_component/
Drender_ability_component.cpp70 Rect renderRect = Rect(GetGlobalOffset(), GetLayoutSize()) * pipelineContext->GetViewScale(); in UpdateRenderRect() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/test/mock/
Dmock_inspector_composed_element.cpp507 …ectorComposedElement::CalculateCurrentVisibleRatio(const Rect& visibleRect, const Rect& renderRect) in CalculateCurrentVisibleRatio()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dinspector_composed_element.cpp1719 auto renderRect = GetRenderRect() + Offset(margin.LeftPx(), margin.TopPx()); in TriggerVisibleAreaChangeCallback() local
1736 …ectorComposedElement::CalculateCurrentVisibleRatio(const Rect& visibleRect, const Rect& renderRect) in CalculateCurrentVisibleRatio()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp472 double FrameNode::CalculateCurrentVisibleRatio(const RectF& visibleRect, const RectF& renderRect) in CalculateCurrentVisibleRatio()