Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp39 const Rect* otherRect = reinterpret_cast<const Rect*>(other); in OH_Drawing_RectIntersect() local
40 if (rect == nullptr || otherRect == nullptr) { in OH_Drawing_RectIntersect()
44 return rect->Intersect(*otherRect); in OH_Drawing_RectIntersect()
50 const Rect* otherRect = reinterpret_cast<const Rect*>(other); in OH_Drawing_RectJoin() local
51 if (rect == nullptr || otherRect == nullptr) { in OH_Drawing_RectJoin()
55 return rect->Join(*otherRect); in OH_Drawing_RectJoin()