Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/
H A DRect.h124 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 DPathOpsQuadLineIntersectionThreadedTest.cpp23 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function
H A DPathOpsQuadLineIntersectionTest.cpp37 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function
H A DPathOpsConicLineIntersectionTest.cpp41 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() function
H A DPathOpsCubicLineIntersectionTest.cpp109 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function