Home
last modified time | relevance | path

Searched refs:IntersectRectT (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp311 intersectRect = parentViewPort.IntersectRectT(visibleRect); in GetVisibleContentRect()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h331 RectT IntersectRectT(const RectT& other) const in IntersectRectT() function in OHOS::Ace::NG::RectT
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_select_overlay.cpp282 auto intersectRect = res.IntersectRectT(visibleContentRect); in GetSelectArea()
H A Dbase_text_select_overlay.cpp269 intersectRect = parentViewPort.IntersectRectT(visibleRect); in GetVisibleRect()
1148 contentRect = contentRect.IntersectRectT(parentContentRect); in GetClipHandleViewPort()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_select_overlay.cpp346 auto intersectRect = res.IntersectRectT(globalContentRect); in GetSelectArea()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp613 effective_ = screenRect.IntersectRectT(rect); in SetEffective()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp637 auto selectAndRootRectArea = selectArea.IntersectRectT(viewPort); in NewMenuAvoidStrategy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1026 relativeContainerRect.IntersectRectT(RectF(0.0f, 0.0f, Infinity<float>(), Infinity<float>())); in MeasureSelf()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9096 return selectRect.IntersectRectT(contentRect); in GetSelectArea()
9110 return res.IntersectRectT(contentRect); in GetSelectArea()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2909 responseRegionList.push_back(rect.IntersectRectT(windowRect)); in GetResponseRegionListByTraversal()

Completed in 37 milliseconds