HomeSort by relevance Sort by last modified time
    Searched refs:debugSet (Results 1 - 25 of 25) sorted by null

  /external/skia/tests/
PathOpsDCubicTest.cpp 21 cubic.debugSet(c.fPts);
PathOpsQuadReduceOrderTest.cpp 24 quad.debugSet(q.fPts);
54 quad.debugSet(q.fPts);
63 quad.debugSet(q.fPts);
PathOpsQuadIntersectionTest.cpp 19 quad1.debugSet(q1.fPts);
23 quad2.debugSet(q2.fPts);
338 quad1.debugSet(q1.fPts);
342 quad2.debugSet(q2.fPts);
390 quad1.debugSet(q1.fPts);
394 quad2.debugSet(q2.fPts);
419 quad1.debugSet(q1.fPts);
420 quad2.debugSet(q2.fPts);
541 quad1.debugSet(q1.fPts);
544 quad2.debugSet(q2.fPts)
    [all...]
PathOpsConicQuadIntersectionTest.cpp 30 conic.debugSet(c.fPts.fPts, c.fWeight);
34 quad.debugSet(q.fPts);
PathOpsCubicConicIntersectionTest.cpp 34 cubic.debugSet(cu.fPts);
38 conic.debugSet(co.fPts.fPts, co.fWeight);
PathOpsCubicQuadIntersectionTest.cpp 58 cubic.debugSet(c.fPts);
62 quad.debugSet(q.fPts);
PathOpsDRectTest.cpp 50 quad.debugSet(q.fPts);
64 cubic.debugSet(c.fPts);
PathOpsThreeWayTest.cpp 56 iCurve.debugSet(iTest.curve.fPts);
57 oCurve.debugSet(oTest.curve.fPts);
PathOpsCubicReduceOrderTest.cpp 110 cubic.debugSet(c.fPts);
121 cubic.debugSet(c.fPts);
133 cubic.debugSet(c.fPts);
144 cubic.debugSet(c.fPts);
155 cubic.debugSet(c.fPts);
166 cubic.debugSet(c.fPts);
178 cubic.debugSet(c.fPts);
189 quad.debugSet(q.fPts);
201 quad.debugSet(q.fPts);
213 quad.debugSet(q.fPts)
    [all...]
PathOpsLineParametetersTest.cpp 45 cubic.debugSet(c.fPts);
PathOpsCubicIntersectionTest.cpp 25 c1.debugSet(cubic1.fPts);
26 c2.debugSet(cubic2.fPts);
390 c1.debugSet(cubic1.fPts);
391 c2.debugSet(cubic2.fPts);
496 c1.debugSet(cubic1.fPts);
497 c2.debugSet(cubic2.fPts);
533 c1.debugSet(cubic1.fPts);
534 c2.debugSet(cubic2.fPts);
PathOpsQuadLineIntersectionTest.cpp 84 quad.debugSet(q.fPts);
113 quad.debugSet(q.fPts);
PathOpsCubicLineIntersectionTest.cpp 30 cubic.debugSet(cuPts.fPts);
130 cubic.debugSet(cuPts.fPts);
197 cubic.debugSet(cuPts.fPts);
PathOpsConicLineIntersectionTest.cpp 74 conic.debugSet(c.fPts.fPts, c.fWeight);
103 conic.debugSet(c.fPts.fPts, c.fWeight);
PathOpsAngleIdeas.cpp 90 cQuad.debugSet(circle[octant].fPts);
569 quad0.debugSet(quads[index].fPts);
570 quad1.debugSet(quads[index + 1].fPts);
596 q1.debugSet(quad1.fPts);
597 q2.debugSet(quad2.fPts);
628 q1.debugSet(quad1.fPts);
629 q2.debugSet(quad2.fPts);
665 quads[index].debugSet(qPts[index].fPts);
817 quad1.debugSet(qu1.fPts);
818 quad2.debugSet(qu2.fPts)
    [all...]
PathOpsQuadLineIntersectionThreadedTest.cpp 86 quad.debugSet(q.fPts);
StrokerTest.cpp 58 d.debugSet(dPts.fPts);
74 d.debugSet(dPts.fPts);
90 d.debugSet(dPts.fPts);
106 d.debugSet(dPts.fPts);
PathOpsCubicLineIntersectionIdeas.cpp 156 cubic.debugSet(cuPts.fPts);
255 cubic.debugSet(c.fPts);
PathOpsConicIntersectionTest.cpp 304 c1.debugSet(conic1.fPts.fPts, conic1.fWeight);
305 c2.debugSet(conic2.fPts.fPts, conic2.fWeight);
PathOpsAngleTest.cpp 86 quad.debugSet(q.fPts);
PathOpsOpTest.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.h 57 void debugSet(const SkDPoint* pts);
161 result.debugSet(&pts[0]);
170 result.debugSet(&pts[3]);
SkPathOpsConic.h 34 void debugSet(const SkDPoint* pts, SkScalar weight);
SkPathOpsQuad.h 43 void debugSet(const SkDPoint* pts);
SkPathOpsDebug.cpp 723 void SkDQuad::debugSet(const SkDPoint* pts) {
728 void SkDCubic::debugSet(const SkDPoint* pts) {
733 void SkDConic::debugSet(const SkDPoint* pts, SkScalar weight) {
734 fPts.debugSet(pts);
    [all...]

Completed in 686 milliseconds