Home
last modified time | relevance | path

Searched refs:isIntersect (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_radio_button.cpp100 bool isIntersect = trunc.Intersect(trunc, contentRect); in OnDraw() local
101 if (isIntersect) { in OnDraw()
H A Dui_toggle_button.cpp106 bool isIntersect = trunc.Intersect(trunc, contentRect); in OnDraw() local
107 if (!isIntersect) { in OnDraw()
H A Dui_checkbox.cpp241 bool isIntersect = trunc.Intersect(trunc, contentRect); in OnDraw() local
242 if (!isIntersect) { in OnDraw()
H A Dui_view.cpp461 bool isIntersect = true; in InvalidateRect() local
470 isIntersect = trunc.Intersect(par->GetContentRect(), trunc); in InvalidateRect()
471 if (!isIntersect) { in InvalidateRect()
479 if (isIntersect && (cur->GetViewType() == UI_ROOT_VIEW)) { in InvalidateRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2630 bool isIntersect = !dstRect.IntersectRect(filterRect).IsEmpty(); in CalcHwcNodeEnableByFilterRect() local
2631 if (isIntersect) { in CalcHwcNodeEnableByFilterRect()
2810 bool isIntersect = dirtyManager.GetCurrentFrameDirtyRegion().Intersect(globalFilterRect); in CollectFilterInfoAndUpdateDirty() local
2811 if (isIntersect) { in CollectFilterInfoAndUpdateDirty()
2822 if (!isIntersect || (isIntersect && node.GetRenderProperties().GetBackgroundFilter() && in CollectFilterInfoAndUpdateDirty()
2830 if (isIntersect) { in CollectFilterInfoAndUpdateDirty()

Completed in 9 milliseconds