Searched defs:doIntersect (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Rect.h | 124 void doIntersect(float l, float t, float r, float b) { in doIntersect() function 131 void doIntersect(const Rect& r) { doIntersect(r.left, r.top, r.right, r.bottom); } in doIntersect() function
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 23 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function
|
H A D | PathOpsQuadLineIntersectionTest.cpp | 37 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function
|
H A D | PathOpsConicLineIntersectionTest.cpp | 41 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() function
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 109 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function
|