Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DPathOpsQuadLineIntersectionTest.cpp37 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 DPathOpsConicLineIntersectionTest.cpp41 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 DPathOpsQuadLineIntersectionThreadedTest.cpp23 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 DPathOpsCubicLineIntersectionTest.cpp109 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 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
H A DLayerUpdateQueue.cpp30 damage.doIntersect(0, 0, renderNode->getWidth(), renderNode->getHeight()); in enqueueLayerWithDamage()
H A DRenderProperties.h492 outRect->doIntersect(mPrimitiveFields.mClipBounds); in getClippingRectForFlags()