Home
last modified time | relevance | path

Searched defs:renderRect (Results 1 – 6 of 6) 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_ng/pattern/security_component/
Dsecurity_component_handler.cpp305 …tyComponentHandler::CalculateCurrentVisibleRatio(const RectF& visibleRect, const RectF& renderRect) in CalculateCurrentVisibleRatio()
/foundation/arkui/ace_engine/test/unittest/core/base/frame_node/
Dframe_node_test_ng.cpp938 RectF renderRect; variable
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dinspector_composed_element.cpp1720 auto renderRect = GetRenderRect() + Offset(margin.LeftPx(), margin.TopPx()); in TriggerVisibleAreaChangeCallback() local
1737 …ectorComposedElement::CalculateCurrentVisibleRatio(const Rect& visibleRect, const Rect& renderRect) in CalculateCurrentVisibleRatio()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp870 double FrameNode::CalculateCurrentVisibleRatio(const RectF& visibleRect, const RectF& renderRect) in CalculateCurrentVisibleRatio()