Searched defs:doIntersect (Results 1 - 1 of 1) sorted by path

/frameworks/base/libs/hwui/
H A DRect.h149 * This method is named 'doIntersect' instead of 'intersect' so as not to be confused with
153 void doIntersect(float l, float t, float r, float b) { function in class:android::uirenderer::Rect
160 void doIntersect(const Rect& r) { function in class:android::uirenderer::Rect
161 doIntersect(r.left, r.top, r.right, r.bottom);

Completed in 73 milliseconds