Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRect.h119 void doIntersect(float l, float t, float r, float b) { in doIntersect() function
126 void doIntersect(const Rect& r) { doIntersect(r.left, r.top, r.right, r.bottom); } in doIntersect() function