Home
last modified time | relevance | path

Searched refs:debugSet (Results 1 - 25 of 25) sorted by relevance

/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp19 quad1.debugSet(q1.fPts); in standardTestCases()
23 quad2.debugSet(q2.fPts); in standardTestCases()
338 quad1.debugSet(q1.fPts); in oneOffTest1()
342 quad2.debugSet(q2.fPts); in oneOffTest1()
390 quad1.debugSet(q1.fPts); in coincidentTestOne()
394 quad2.debugSet(q2.fPts); in coincidentTestOne()
419 quad1.debugSet(q1.fPts); in intersectionFinder()
420 quad2.debugSet(q2.fPts); in intersectionFinder()
541 quad1.debugSet(q1.fPts); in DEF_TEST()
544 quad2.debugSet(q in DEF_TEST()
[all...]
H A DPathOpsCubicReduceOrderTest.cpp112 cubic.debugSet(c.fPts); in DEF_TEST()
123 cubic.debugSet(c.fPts); in DEF_TEST()
135 cubic.debugSet(c.fPts); in DEF_TEST()
146 cubic.debugSet(c.fPts); in DEF_TEST()
157 cubic.debugSet(c.fPts); in DEF_TEST()
168 cubic.debugSet(c.fPts); in DEF_TEST()
180 cubic.debugSet(c.fPts); in DEF_TEST()
191 quad.debugSet(q.fPts); in DEF_TEST()
203 quad.debugSet(q.fPts); in DEF_TEST()
215 quad.debugSet( in DEF_TEST()
[all...]
H A DPathOpsQuadReduceOrderTest.cpp24 quad.debugSet(q.fPts); in oneOffTest()
54 quad.debugSet(q.fPts); in standardTestCases()
63 quad.debugSet(q.fPts); in standardTestCases()
H A DPathOpsCubicIntersectionTest.cpp27 c1.debugSet(cubic1.fPts); in standardTestCases()
28 c2.debugSet(cubic2.fPts); in standardTestCases()
393 c1.debugSet(cubic1.fPts); in oneOff()
394 c2.debugSet(cubic2.fPts); in oneOff()
496 c1.debugSet(cubic1.fPts); in CubicIntersection_RandTest()
497 c2.debugSet(cubic2.fPts); in CubicIntersection_RandTest()
533 c1.debugSet(cubic1.fPts); in intersectionFinder()
534 c2.debugSet(cubic2.fPts); in intersectionFinder()
H A DPathOpsDRectTest.cpp50 quad.debugSet(q.fPts); in DEF_TEST()
64 cubic.debugSet(c.fPts); in DEF_TEST()
H A DPathOpsThreeWayTest.cpp56 iCurve.debugSet(iTest.curve.fPts); in testSetTest()
57 oCurve.debugSet(oTest.curve.fPts); in testSetTest()
H A DPathOpsConicQuadIntersectionTest.cpp37 conic.debugSet(c.fPts.fPts, c.fWeight); in conicQuadIntersection()
41 quad.debugSet(q.fPts); in conicQuadIntersection()
H A DPathOpsCubicQuadIntersectionTest.cpp58 cubic.debugSet(c.fPts); in cubicQuadIntersection()
62 quad.debugSet(q.fPts); in cubicQuadIntersection()
H A DPathOpsCubicConicIntersectionTest.cpp48 cubic.debugSet(cu.fPts); in cubicConicIntersection()
52 conic.debugSet(co.fPts.fPts, co.fWeight); in cubicConicIntersection()
H A DPathOpsCubicLineIntersectionTest.cpp32 cubic.debugSet(cuPts.fPts); in testFail()
134 cubic.debugSet(cuPts.fPts); in testOne()
201 cubic.debugSet(cuPts.fPts); in DEF_TEST()
H A DPathOpsAngleIdeas.cpp90 cQuad.debugSet(circle[octant].fPts); in orderQuads()
566 quad0.debugSet(quads[index].fPts);
567 quad1.debugSet(quads[index + 1].fPts);
593 q1.debugSet(quad1.fPts);
594 q2.debugSet(quad2.fPts);
625 q1.debugSet(quad1.fPts);
626 q2.debugSet(quad2.fPts);
662 quads[index].debugSet(qPts[index].fPts); in DEF_TEST()
814 quad1.debugSet(qu1.fPts);
815 quad2.debugSet(qu
[all...]
H A DPathOpsQuadLineIntersectionTest.cpp88 quad.debugSet(q.fPts); in testOneOffs()
116 quad.debugSet(q.fPts); in DEF_TEST()
H A DPathOpsDCubicTest.cpp21 cubic.debugSet(c.fPts); in DEF_TEST()
H A DPathOpsConicLineIntersectionTest.cpp78 conic.debugSet(c.fPts.fPts, c.fWeight); in testOneOffs()
106 conic.debugSet(c.fPts.fPts, c.fWeight); in DEF_TEST()
H A DStrokerTest.cpp61 d.debugSet(dPts.fPts); in cubicSetTest()
77 d.debugSet(dPts.fPts); in cubicPairSetTest()
93 d.debugSet(dPts.fPts); in quadSetTest()
109 d.debugSet(dPts.fPts); in quadPairSetTest()
H A DPathOpsLineParametetersTest.cpp45 cubic.debugSet(c.fPts); in DEF_TEST()
H A DPathOpsCubicLineIntersectionIdeas.cpp156 cubic.debugSet(cuPts.fPts); in DEF_TEST()
255 cubic.debugSet(c.fPts);
H A DPathOpsQuadLineIntersectionThreadedTest.cpp90 quad.debugSet(q.fPts); in testQuadLineIntersectMain()
H A DPathOpsConicIntersectionTest.cpp302 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
303 c2.debugSet(conic2.fPts.fPts, conic2.fWeight); in oneOff()
H A DPathOpsAngleTest.cpp85 quad.debugSet(q.fPts); in DEF_TEST()
H A DPathOpsOpTest.cpp3599 c1.debugSet(cubic1.fPts); in loop1asQuad()
3600 c2.debugSet(cubic2.fPts); in loop1asQuad()
/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h58 void debugSet(const SkDPoint* pts);
166 result.debugSet(&pts[0]); in first()
175 result.debugSet(&pts[3]); in second()
H A DSkPathOpsQuad.h44 void debugSet(const SkDPoint* pts);
H A DSkPathOpsConic.h34 void debugSet(const SkDPoint* pts, SkScalar weight);
H A DSkPathOpsDebug.cpp700 void SkDQuad::debugSet(const SkDPoint* pts) { in debugSet() function in SkDQuad
705 void SkDCubic::debugSet(const SkDPoint* pts) { in debugSet() function in SkDCubic
710 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) { in debugSet() function in SkDConic
711 fPts.debugSet(pts); in debugSet()

Completed in 36 milliseconds