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

1 2

  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 40 SkDPoint xy1 = quad1.ptAtT(tt1);
42 SkDPoint xy2 = quad2.ptAtT(tt2);
334 SkDPoint xy1 = quad1.ptAtT(tt1);
336 SkDPoint xy2 = quad2.ptAtT(tt2);
385 SkDPoint pt1 = quad1.ptAtT(tt1);
386 SkDPoint pt2 = quad2.ptAtT(tt2);
408 t1[0] = quad1.ptAtT(t1Seed - t1Step);
409 t1[1] = quad1.ptAtT(t1Seed);
410 t1[2] = quad1.ptAtT(t1Seed + t1Step);
411 t2[0] = quad2.ptAtT(t2Seed - t2Step)
    [all...]
PathOpsCubicIntersectionTest.cpp 54 SkDPoint xy1 = cubic1.ptAtT(tt1);
56 SkDPoint xy2 = cubic2.ptAtT(tt2);
410 xy1 = cubic1.ptAtT(tt1);
412 xy2 = cubic2.ptAtT(tt2);
497 SkDPoint xy1 = cubic1.ptAtT(tt1);
499 SkDPoint xy2 = cubic2.ptAtT(tt2);
513 t1[0] = cubic1.ptAtT(t1Seed - t1Step);
514 t1[1] = cubic1.ptAtT(t1Seed);
515 t1[2] = cubic1.ptAtT(t1Seed + t1Step);
516 t2[0] = cubic2.ptAtT(t2Seed - t2Step)
    [all...]
PathOpsConicLineIntersectionTest.cpp 79 SkDPoint conicXY = conic.ptAtT(conicT);
81 SkDPoint lineXY = line.ptAtT(lineT);
126 SkDPoint t1 = conic.ptAtT(tt1);
129 SkDPoint t2 = line.ptAtT(tt2);
PathOpsQuadLineIntersectionTest.cpp 90 SkDPoint quadXY = quad.ptAtT(quadT);
92 SkDPoint lineXY = line.ptAtT(lineT);
134 SkDPoint t1 = quad.ptAtT(tt1);
137 SkDPoint t2 = line.ptAtT(tt2);
PathOpsConicIntersectionTest.cpp 43 xy1 = c1.ptAtT(tt1);
45 xy2 = c2.ptAtT(tt2);
PathOpsCubicQuadIntersectionTest.cpp 76 SkDPoint xy1 = cubic.ptAtT(tt1);
78 SkDPoint xy2 = quad.ptAtT(tt2);
PathOpsCubicLineIntersectionTest.cpp 147 SkDPoint xy1 = cubic.ptAtT(tt1);
149 SkDPoint xy2 = line.ptAtT(tt2);
158 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
159 SkDPoint sect = cubic.ptAtT(cubicT);
164 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007);
166 SkDPoint nextL = line.ptAtT(i[1][0] + 0.0000007);
PathOpsQuadLineIntersectionThreadedTest.cpp 58 SkDPoint quadXY = quad.ptAtT(quadT);
60 SkDPoint lineXY = line.ptAtT(lineT);
91 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
PathOpsCubicLineIntersectionIdeas.cpp 59 SkDPoint cubicAtT = cubic.ptAtT(t);
76 SkDPoint lessPt = cubic.ptAtT(t - lastStep);
85 SkDPoint morePt = cubic.ptAtT(t + lastStep);
155 SkDPoint pt = cubic.ptAtT(t);
171 SkDPoint calcPt = cubic.ptAtT(t);
262 SkDPoint calcPt = cubic.ptAtT(t);
PathOpsDLineTest.cpp 46 SkDPoint mid = line.ptAtT(.5);
PathOpsAngleIdeas.cpp 105 const SkDVector& pt = quad.ptAtT(t) - quad[0];
151 SkDVector m0 = quad1.ptAtT(0.5) - quad1[0];
152 SkDVector m1 = quad2.ptAtT(0.5) - quad2[0];
195 SkDVector m0 = quad1.ptAtT(0.5) - quad1[0];
196 SkDVector m1 = quad2.ptAtT(0.5) - quad2[0];
300 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
305 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
356 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
357 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
485 midSpokes[index] = q.ptAtT(0.5) - origin
    [all...]
PathOpsLineIntersectionTest.cpp 90 SkDPoint result1 = line1.ptAtT(ts[0][i]);
91 SkDPoint result2 = line2.ptAtT(ts[1][i]);
97 result2 = line2.ptAtT(ts[1][i ^ 1]);
  /external/skia/src/pathops/
SkPathOpsRect.cpp 26 add(curve.ptAtT(t));
43 add(curve.ptAtT(t));
60 add(curve.ptAtT(t));
SkConicLineIntersection.cpp 34 fPt[index] = conic.ptAtT(fT[0][index]);
SkDCubicLineIntersection.cpp 100 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
131 SkDPoint calcPt = c.ptAtT(roots[index]);
171 SkDPoint calcPt = c.ptAtT(roots[index]);
191 SkDPoint pt = { fCubic.ptAtT(cubicT).fX, axisIntercept };
215 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
221 SkDPoint cPt = fCubic.ptAtT(cubicT);
234 SkDPoint calcPt = c.ptAtT(roots[index]);
254 SkDPoint pt = { axisIntercept, fCubic.ptAtT(cubicT).fY };
349 SkDPoint xy = fCubic.ptAtT(t);
367 SkDPoint lPt = fLine.ptAtT(lT)
    [all...]
SkPathOpsLine.h 35 SkDPoint ptAtT(double t) const;
SkDConicLineIntersection.cpp 41 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
80 SkDPoint pt = fConic.ptAtT(conicT);
106 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT));
107 SkDEBUGCODE(SkDPoint linePt = fLine->ptAtT(lineT));
153 SkDPoint pt = fConic.ptAtT(conicT);
251 SkDPoint xy = fConic.ptAtT(t);
270 *pt = (*fLine).ptAtT(lT);
272 *pt = fConic.ptAtT(qT);
306 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
312 SkDPoint qPt = fConic.ptAtT(conicT)
    [all...]
SkDQuadLineIntersection.cpp 119 SkDPoint quadMidPt = fQuad.ptAtT(quadMidT);
206 SkDPoint pt = fQuad.ptAtT(quadT);
230 SkDPoint quadMidPt = fQuad.ptAtT(quadMidT);
236 SkDPoint qPt = fQuad.ptAtT(quadT);
262 SkDPoint pt = fQuad.ptAtT(quadT);
356 SkDPoint xy = fQuad.ptAtT(t);
375 *pt = (*fLine).ptAtT(lT);
377 *pt = fQuad.ptAtT(qT);
431 fPt[index] = quad.ptAtT(fT[0][index]);
SkPathOpsCurve.h 89 return line.ptAtT(t);
95 return quad.ptAtT(t);
101 return conic.ptAtT(t);
107 return cubic.ptAtT(t);
201 SkDPoint dst[2] = { line.ptAtT(startT), line.ptAtT(endT) };
SkPathOpsLine.cpp 37 SkDPoint SkDLine::ptAtT(double t) const {
73 SkDPoint realPt = ptAtT(t);
97 SkDPoint realPt = ptAtT(t);
SkPathOpsConic.h 87 SkDPoint ptAtT(double t) const;
SkPathOpsQuad.h 72 SkDPoint ptAtT(double t) const;
SkPathOpsCubic.cpp 34 SkDPoint cubicAtT = ptAtT(t);
40 SkDPoint lessPt = ptAtT(priorT);
59 SkDPoint morePt = ptAtT(nextT);
70 SkDPoint testAtT = ptAtT(t);
265 SkDPoint pt = cubic.ptAtT(inflectionTs[index]);
272 SkDPoint pt = cubic.ptAtT(maxCurvature[index]);
543 SkDPoint SkDCubic::ptAtT(double t) const {
681 SkDPoint mid = dCurve.ptAtT(t);
SkPathOpsConic.cpp 76 SkDPoint SkDConic::ptAtT(double t) const {
SkPathOpsCubic.h 90 SkDPoint ptAtT(double t) const;

Completed in 421 milliseconds

1 2