Searched defs:doIntersect (Results 1 – 1 of 1) sorted by relevance
119 void doIntersect(float l, float t, float r, float b) { in doIntersect() function126 void doIntersect(const Rect& r) { doIntersect(r.left, r.top, r.right, r.bottom); } in doIntersect() function