Home
last modified time | relevance | path

Searched refs:GetRectBasedWindowTopLeft (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h144 return renderNode->GetHidden() ? Rect() : renderNode->GetRectBasedWindowTopLeft(); in GetRenderRect()
H A Drender_node.h242 Rect GetRectBasedWindowTopLeft() in GetRectBasedWindowTopLeft() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp72 rects.emplace_back(renderPositioned_->GetRectBasedWindowTopLeft()); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp1018 rects.emplace_back(GetRectBasedWindowTopLeft()); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3459 auto swiperGlobalRect = GetRectBasedWindowTopLeft(); in GetPaintChildList()
3462 auto childGlobalRect = child->GetRectBasedWindowTopLeft(); in GetPaintChildList()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1731 parentRect = parent->GetRectBasedWindowTopLeft(); in TriggerVisibleAreaChangeCallback()