Searched refs:doIntersect (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsQuadLineIntersectionTest.cpp | 37 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 97 int result = doIntersect(intersections, quad, line, flipped); in testOneOffs() 137 int result = doIntersect(intersections, quad, line, flipped); in DEF_TEST()
|
H A D | PathOpsConicLineIntersectionTest.cpp | 41 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line, in doIntersect() function 90 int result = doIntersect(intersections, conic, line, flipped); in testOneOffs() 135 int result = doIntersect(intersections, conic, line, flipped); in DEF_TEST()
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 23 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line, in doIntersect() function 63 int result = doIntersect(intersections, quad, line, flipped); in testLineIntersect()
|
H A D | PathOpsCubicLineIntersectionTest.cpp | 109 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) { in doIntersect() function 158 int roots = doIntersect(i, cubic, line); in testOne()
|
/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
|
H A D | LayerUpdateQueue.cpp | 30 damage.doIntersect(0, 0, renderNode->getWidth(), renderNode->getHeight()); in enqueueLayerWithDamage()
|
H A D | RenderProperties.h | 492 outRect->doIntersect(mPrimitiveFields.mClipBounds); in getClippingRectForFlags()
|