Home
last modified time | relevance | path

Searched refs:IsExtends (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Drect.h412 bool IsExtends(const CommonRect<T>& other) const in IsExtends() function
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp462 if (updateRect.IsIntersect(rect) || updateRect.IsExtends(rect)) { in AddUpdateRegion()