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

/frameworks/base/libs/hwui/
H A DRect.h123 return !intersectWith(l, t, r, b).isEmpty();
132 intersectWith(tmp);
256 void intersectWith(Rect& tmp) const { function in class:android::uirenderer::Rect
263 Rect intersectWith(float l, float t, float r, float b) const { function in class:android::uirenderer::Rect

Completed in 47 milliseconds