Searched refs:Rect32 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/rasterizer/ |
H A D | rasterizer_scanline_clip.h | 123 clipBox_ = Rect32(left, top, right, bottom); in ClipBox() 174 Rect32 clipBox_;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_base.h | 101 const Rect32& GetClipBox() const in GetClipBox() 199 Rect32 clipBox_;
|
H A D | render_base.cpp | 33 Rect32 cb(x1, y1, x2, y2); in ClipBox() 35 if (cb.Intersect(cb, Rect32(0, 0, GetWidth() - 1, GetHeight() - 1))) { in ClipBox()
|
H A D | render_pixfmt_rgba_blend.cpp | 21 Rect32 r(x1, y1, x2, y2); in Attach() 22 if (r.Intersect(r, Rect32(0, 0, pixf.GetWidth() - 1, pixf.GetHeight() - 1))) { in Attach()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_list.h | 465 Rect32 GetAdapterItemsReletiveRect(); 476 Rect32 adapterRelativeRect_;
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | rect.h | 508 using Rect32 = CommonRect<int32_t>; variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_list.cpp | 140 Rect32 UIList::Recycle::GetAdapterItemsReletiveRect() in GetAdapterItemsReletiveRect()
|