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

1 2

  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 44 SkDPoint xy1 = quad1.ptAtT(tt1);
46 SkDPoint xy2 = quad2.ptAtT(tt2);
348 SkDPoint xy1 = quad1.ptAtT(tt1);
350 SkDPoint xy2 = quad2.ptAtT(tt2);
403 SkDPoint pt1 = quad1.ptAtT(tt1);
404 SkDPoint pt2 = quad2.ptAtT(tt2);
428 t1[0] = quad1.ptAtT(t1Seed - t1Step);
429 t1[1] = quad1.ptAtT(t1Seed);
430 t1[2] = quad1.ptAtT(t1Seed + t1Step);
431 t2[0] = quad2.ptAtT(t2Seed - t2Step)
    [all...]
PathOpsCubicIntersectionTest.cpp 59 SkDPoint xy1 = c1.ptAtT(tt1);
61 SkDPoint xy2 = c2.ptAtT(tt2);
421 xy1 = c1.ptAtT(tt1);
423 xy2 = c2.ptAtT(tt2);
517 SkDPoint xy1 = c1.ptAtT(tt1);
519 SkDPoint xy2 = c2.ptAtT(tt2);
536 t1[0] = c1.ptAtT(t1Seed - t1Step);
537 t1[1] = c1.ptAtT(t1Seed);
538 t1[2] = c1.ptAtT(t1Seed + t1Step);
539 t2[0] = c2.ptAtT(t2Seed - t2Step)
    [all...]
PathOpsDLineTest.cpp 30 SkDPoint mid = line.ptAtT(.5);
PathOpsQuadLineIntersectionTest.cpp 92 SkDPoint quadXY = quad.ptAtT(quadT);
94 SkDPoint lineXY = line.ptAtT(lineT);
138 SkDPoint t1 = quad.ptAtT(tt1);
141 SkDPoint t2 = line.ptAtT(tt2);
PathOpsConicQuadIntersectionTest.cpp 52 SkDPoint xy1 = conic.ptAtT(tt1);
54 SkDPoint xy2 = quad.ptAtT(tt2);
PathOpsCubicConicIntersectionTest.cpp 56 SkDPoint xy1 = cubic.ptAtT(tt1);
58 SkDPoint xy2 = conic.ptAtT(tt2);
PathOpsCubicQuadIntersectionTest.cpp 80 SkDPoint xy1 = cubic.ptAtT(tt1);
82 SkDPoint xy2 = quad.ptAtT(tt2);
PathOpsCubicLineIntersectionTest.cpp 151 SkDPoint xy1 = cubic.ptAtT(tt1);
153 SkDPoint xy2 = line.ptAtT(tt2);
162 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
163 SkDPoint sect = cubic.ptAtT(cubicT);
166 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007);
168 SkDPoint nextL = line.ptAtT(i[1][0] + 0.0000007);
PathOpsQuadLineIntersectionThreadedTest.cpp 58 SkDPoint quadXY = quad.ptAtT(quadT);
60 SkDPoint lineXY = line.ptAtT(lineT);
93 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);
157 SkDPoint pt = cubic.ptAtT(t);
173 SkDPoint calcPt = cubic.ptAtT(t);
266 SkDPoint calcPt = cubic.ptAtT(t);
PathOpsConicLineIntersectionTest.cpp 82 SkDPoint conicXY = conic.ptAtT(conicT);
84 SkDPoint lineXY = line.ptAtT(lineT);
133 SkDPoint t1 = conic.ptAtT(tt1);
136 SkDPoint t2 = line.ptAtT(tt2);
PathOpsAngleIdeas.cpp 107 const SkDVector& pt = quad.ptAtT(t) - quad[0];
153 SkDVector m0 = quad1.ptAtT(0.5) - quad1[0];
154 SkDVector m1 = quad2.ptAtT(0.5) - quad2[0];
197 SkDVector m0 = quad1.ptAtT(0.5) - quad1[0];
198 SkDVector m1 = quad2.ptAtT(0.5) - quad2[0];
302 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
307 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
361 SkDPoint pt1 = quad1.ptAtT(tRange.t1);
362 SkDPoint pt2 = quad2.ptAtT(tRange.t2);
489 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));
SkDCubicLineIntersection.cpp 101 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
133 SkDPoint calcPt = c.ptAtT(roots[index]);
173 SkDPoint calcPt = c.ptAtT(roots[index]);
193 SkDPoint pt = { fCubic.ptAtT(cubicT).fX, axisIntercept };
217 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
223 SkDPoint cPt = fCubic.ptAtT(cubicT);
236 SkDPoint calcPt = c.ptAtT(roots[index]);
256 SkDPoint pt = { axisIntercept, fCubic.ptAtT(cubicT).fY };
367 SkDPoint xy = fCubic.ptAtT(t);
385 SkDPoint lPt = fLine.ptAtT(lT)
    [all...]
SkPathOpsLine.h 32 SkDPoint ptAtT(double t) const;
SkDConicLineIntersection.cpp 42 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
81 SkDPoint pt = fConic.ptAtT(conicT);
110 SkDEBUGCODE(SkDPoint conicPt = fConic.ptAtT(conicT));
111 SkDEBUGCODE(SkDPoint linePt = fLine->ptAtT(lineT));
159 SkDPoint pt = fConic.ptAtT(conicT);
272 SkDPoint xy = fConic.ptAtT(t);
291 *pt = (*fLine).ptAtT(lT);
293 *pt = fConic.ptAtT(qT);
327 SkDPoint conicMidPt = fConic.ptAtT(conicMidT);
333 SkDPoint qPt = fConic.ptAtT(conicT)
    [all...]
SkDQuadLineIntersection.cpp 120 SkDPoint quadMidPt = fQuad.ptAtT(quadMidT);
207 SkDPoint pt = fQuad.ptAtT(quadT);
231 SkDPoint quadMidPt = fQuad.ptAtT(quadMidT);
237 SkDPoint qPt = fQuad.ptAtT(quadT);
263 SkDPoint pt = fQuad.ptAtT(quadT);
372 SkDPoint xy = fQuad.ptAtT(t);
391 *pt = (*fLine).ptAtT(lT);
393 *pt = fQuad.ptAtT(qT);
447 fPt[index] = quad.ptAtT(fT[0][index]);
SkPathOpsCurve.h 105 return line.ptAtT(t);
111 return quad.ptAtT(t);
117 return conic.ptAtT(t);
123 return cubic.ptAtT(t);
135 return c.fLine.ptAtT(t);
139 return c.fQuad.ptAtT(t);
143 return c.fConic.ptAtT(t);
147 return c.fCubic.ptAtT(t);
265 SkDPoint dst[2] = { line.ptAtT(startT), line.ptAtT(endT) }
    [all...]
SkPathOpsLine.cpp 9 SkDPoint SkDLine::ptAtT(double t) const {
48 SkDPoint realPt = ptAtT(t);
72 SkDPoint realPt = ptAtT(t);
SkPathOpsConic.h 95 SkDPoint ptAtT(double t) const;
SkPathOpsQuad.h 87 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);
283 SkDPoint pt = cubic.ptAtT(inflectionTs[index]);
290 SkDPoint pt = cubic.ptAtT(maxCurvature[index]);
587 SkDPoint SkDCubic::ptAtT(double t) const {
734 SkDPoint mid = dCurve.ptAtT(t);
SkPathOpsConic.cpp 87 SkDPoint SkDConic::ptAtT(double t) const {
SkPathOpsCubic.h 86 SkDPoint ptAtT(double t) const;

Completed in 962 milliseconds

1 2