Searched refs:otherRect (Results 1 – 1 of 1) sorted by relevance
39 const Rect* otherRect = reinterpret_cast<const Rect*>(other); in OH_Drawing_RectIntersect() local40 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() local51 if (rect == nullptr || otherRect == nullptr) { in OH_Drawing_RectJoin()55 return rect->Join(*otherRect); in OH_Drawing_RectJoin()