Home
last modified time | relevance | path

Searched refs:IsIntersectWith (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.cpp76 if (!(child->IsPaintOutOfParent() || canChildOverflow) && !estimatedRect_.IsIntersectWith(rect)) { in PaintChild()
175 bool RosenRenderContext::IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) in IsIntersectWith() function in OHOS::Ace::RosenRenderContext
182 if (!estimatedRect_.IsIntersectWith(rect)) { in IsIntersectWith()
H A Dflutter_render_context.cpp64 if (!(child->IsPaintOutOfParent() || canChildOverflow) && !estimatedRect_.IsIntersectWith(rect)) { in PaintChild()
180 bool FlutterRenderContext::IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) in IsIntersectWith() function in OHOS::Ace::FlutterRenderContext
187 if (!estimatedRect_.IsIntersectWith(rect)) { in IsIntersectWith()
H A Drender_context.h43 virtual bool IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) { return true; } in IsIntersectWith() function in OHOS::Ace::RenderContext
H A Drosen_render_context.h48 bool IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) override;
H A Dflutter_render_context.h42 bool IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) override;
H A Drender_node.cpp1254 bool visible = totally ? rect.IsWrappedBy(intersectRect) : rect.IsIntersectWith(intersectRect); in IsVisible()
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h236 bool IsIntersectWith(const Rect& other) const in IsIntersectWith() function in OHOS::Ace::Rect
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp410 if (menuRect.IsIntersectWith(downHandleRect) || menuRect.IsInnerIntersectWith(downHandleCircleRect)) { in ComputeSelectMenuPosition()
468 if (menuRect.IsIntersectWith(upPaint) || menuRect.IsIntersectWith(upCircleRect)) { in AdjustSelectMenuOffset()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_client.cpp310 if (parentViewPort.IsIntersectWith(visibleRect)) { in GetVisibleContentRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h337 bool IsIntersectWith(const Rect& r) const in IsIntersectWith() function in OHOS::Rosen::Occlusion::Region
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h745 return visibleRegion_.IsIntersectWith(nodeRect); in SubNodeVisible()
775 return transparentRegion_.IsIntersectWith(nodeRect); in IsCurrentNodeInTransparentRegion()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp176 visible = listItemRect.IsIntersectWith(viewPortRect); in OnPaintFinish()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp695 bool visible = accessibilityNode->GetRect().IsIntersectWith(accessibilityNode->GetParentNode()->GetRect()); in UpdateAccessibilityInfo()
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h313 bool IsIntersectWith(const RectT& other) const in IsIntersectWith() function in OHOS::Ace::NG::RectT
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp2230 visible = listItemRect.IsIntersectWith(viewPortRect); in UpdateAccessibilityVisible()
2798 if (!selectedZone.IsIntersectWith(listItem->GetPaintRect())) { in MultiSelectWithoutKeyboard()
2860 if (!selectedZone.IsIntersectWith(listItem->GetPaintRect())) { in MultiSelectWhenShiftDown()
2964 if (!selectedZone.IsIntersectWith(listItem->GetPaintRect())) { in MultiSelectWhenCtrlDown()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp2957 if (!selectedZone.IsIntersectWith(item->GetPaintRect())) {
3020 if (!selectedZone.IsIntersectWith(item->GetPaintRect())) {
3126 if (!selectedZone.IsIntersectWith(item->GetPaintRect())) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.cpp2207 if (!selectedZone.IsIntersectWith(itemGroupRect)) {
2223 if (!selectedZone.IsIntersectWith(itemRect)) {
2253 if (!selectedZone.IsIntersectWith(itemRectInGroup)) {
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2418 visibleRegion_.IsIntersectWith(historyUnSubmittedOccludedDirtyRegion_)); in IsHistoryOccludedDirtyRegionNeedSubmit()
2499 if (!visibleRegion_.IsEmpty() && visibleRegion_.IsIntersectWith(currentFrameDirty)) { in IsVisibleDirtyEmpty()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_base.cpp142 if (!context.IsIntersectWith(child, current)) { in PaintDirectly()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp152 visible = itemRect.IsIntersectWith(viewPortRect); in OnPaintFinish()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp1959 surfaceNode->GetVisibleRegion().IsIntersectWith(dirtyManager->GetCurrentFrameDirtyRegion())) { in UpdateSurfaceDirtyAndGlobalDirty()
2339 if (!visibleRegion.IsIntersectWith(filterRect)) { in ProcessFilterNodeObscured()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtitle_bar_pattern.cpp1601 !titleBarAbsoluteRect.IsIntersectWith(controlButtonAbsoluteRect)) { in InitSideBarButtonUpdateCallbackIfNeeded()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp268 if (parentViewPort.IsIntersectWith(visibleRect)) { in GetVisibleRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp203 if (!selectedZone.IsIntersectWith(itemRect)) { in MultiSelectWithoutKeyboard()
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3371 visible = itemRect.IsIntersectWith(viewPortRect); in OnPaintFinish()

Completed in 51 milliseconds

12