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

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

Completed in 36 milliseconds