Home
last modified time | relevance | path

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

/external/skia/tests/
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(q2.fPts); in DEF_TEST()
[all …]
DPathOpsCubicReduceOrderTest.cpp110 cubic.debugSet(c.fPts); in DEF_TEST()
121 cubic.debugSet(c.fPts); in DEF_TEST()
133 cubic.debugSet(c.fPts); in DEF_TEST()
144 cubic.debugSet(c.fPts); in DEF_TEST()
155 cubic.debugSet(c.fPts); in DEF_TEST()
166 cubic.debugSet(c.fPts); in DEF_TEST()
178 cubic.debugSet(c.fPts); in DEF_TEST()
189 quad.debugSet(q.fPts); in DEF_TEST()
201 quad.debugSet(q.fPts); in DEF_TEST()
213 quad.debugSet(q.fPts); in DEF_TEST()
DPathOpsQuadReduceOrderTest.cpp24 quad.debugSet(q.fPts); in oneOffTest()
54 quad.debugSet(q.fPts); in standardTestCases()
63 quad.debugSet(q.fPts); in standardTestCases()
DPathOpsCubicIntersectionTest.cpp25 c1.debugSet(cubic1.fPts); in standardTestCases()
26 c2.debugSet(cubic2.fPts); in standardTestCases()
390 c1.debugSet(cubic1.fPts); in oneOff()
391 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()
DPathOpsConicQuadIntersectionTest.cpp30 conic.debugSet(c.fPts.fPts, c.fWeight); in conicQuadIntersection()
34 quad.debugSet(q.fPts); in conicQuadIntersection()
DPathOpsCubicQuadIntersectionTest.cpp58 cubic.debugSet(c.fPts); in cubicQuadIntersection()
62 quad.debugSet(q.fPts); in cubicQuadIntersection()
DPathOpsCubicConicIntersectionTest.cpp34 cubic.debugSet(cu.fPts); in cubicConicIntersection()
38 conic.debugSet(co.fPts.fPts, co.fWeight); in cubicConicIntersection()
DPathOpsDRectTest.cpp50 quad.debugSet(q.fPts); in DEF_TEST()
64 cubic.debugSet(c.fPts); in DEF_TEST()
DPathOpsThreeWayTest.cpp56 iCurve.debugSet(iTest.curve.fPts); in testSetTest()
57 oCurve.debugSet(oTest.curve.fPts); in testSetTest()
DPathOpsCubicLineIntersectionTest.cpp30 cubic.debugSet(cuPts.fPts); in testFail()
130 cubic.debugSet(cuPts.fPts); in testOne()
197 cubic.debugSet(cuPts.fPts); in DEF_TEST()
DPathOpsAngleIdeas.cpp90 cQuad.debugSet(circle[octant].fPts); in orderQuads()
569 quad0.debugSet(quads[index].fPts); in DEF_TEST()
570 quad1.debugSet(quads[index + 1].fPts); in DEF_TEST()
596 q1.debugSet(quad1.fPts); in DEF_TEST()
597 q2.debugSet(quad2.fPts); in DEF_TEST()
628 q1.debugSet(quad1.fPts); in DEF_TEST()
629 q2.debugSet(quad2.fPts); in DEF_TEST()
665 quads[index].debugSet(qPts[index].fPts); in DEF_TEST()
817 quad1.debugSet(qu1.fPts); in DEF_TEST()
818 quad2.debugSet(qu2.fPts); in DEF_TEST()
DPathOpsDCubicTest.cpp21 cubic.debugSet(c.fPts); in DEF_TEST()
DPathOpsQuadLineIntersectionTest.cpp84 quad.debugSet(q.fPts); in testOneOffs()
113 quad.debugSet(q.fPts); in DEF_TEST()
DPathOpsConicLineIntersectionTest.cpp74 conic.debugSet(c.fPts.fPts, c.fWeight); in testOneOffs()
103 conic.debugSet(c.fPts.fPts, c.fWeight); in DEF_TEST()
DStrokerTest.cpp58 d.debugSet(dPts.fPts); in cubicSetTest()
74 d.debugSet(dPts.fPts); in cubicPairSetTest()
90 d.debugSet(dPts.fPts); in quadSetTest()
106 d.debugSet(dPts.fPts); in quadPairSetTest()
DPathOpsLineParametetersTest.cpp45 cubic.debugSet(c.fPts); in DEF_TEST()
DPathOpsCubicLineIntersectionIdeas.cpp156 cubic.debugSet(cuPts.fPts); in DEF_TEST()
255 cubic.debugSet(c.fPts); in testOneFailure()
DPathOpsConicIntersectionTest.cpp304 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
305 c2.debugSet(conic2.fPts.fPts, conic2.fWeight); in oneOff()
DPathOpsQuadLineIntersectionThreadedTest.cpp86 quad.debugSet(q.fPts); in testQuadLineIntersectMain()
DPathOpsAngleTest.cpp86 quad.debugSet(q.fPts); in DEF_TEST()
DPathOpsOpTest.cpp3595 c1.debugSet(cubic1.fPts); in loop1asQuad()
3596 c2.debugSet(cubic2.fPts); in loop1asQuad()
/external/skia/src/pathops/
DSkPathOpsCubic.h57 void debugSet(const SkDPoint* pts);
161 result.debugSet(&pts[0]); in first()
170 result.debugSet(&pts[3]); in second()
DSkPathOpsQuad.h43 void debugSet(const SkDPoint* pts);
DSkPathOpsConic.h34 void debugSet(const SkDPoint* pts, SkScalar weight);
DSkPathOpsDebug.cpp723 void SkDQuad::debugSet(const SkDPoint* pts) { in debugSet() function in SkDQuad
728 void SkDCubic::debugSet(const SkDPoint* pts) { in debugSet() function in SkDCubic
733 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) { in debugSet() function in SkDConic
734 fPts.debugSet(pts); in debugSet()