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

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

Completed in 33 milliseconds