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

1 2

  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 40 SkDPoint xy1 = quad1.ptAtT(tt1);
42 SkDPoint xy2 = quad2.ptAtT(tt2);
270 SkDPoint xy1 = quad1.ptAtT(tt1);
272 SkDPoint xy2 = quad2.ptAtT(tt2);
323 SkDPoint pt1 = quad1.ptAtT(tt1);
324 SkDPoint pt2 = quad2.ptAtT(tt2);
365 SkDPoint onQuad = q1.ptAtT(t);
415 t1[0] = quad1.ptAtT(t1Seed - t1Step);
416 t1[1] = quad1.ptAtT(t1Seed);
417 t1[2] = quad1.ptAtT(t1Seed + t1Step)
    [all...]
PathOpsCubicIntersectionTest.cpp 53 SkDPoint xy1 = cubic1.ptAtT(tt1);
55 SkDPoint xy2 = cubic2.ptAtT(tt2);
347 xy1 = cubic1.ptAtT(tt1);
349 xy2 = cubic2.ptAtT(tt2);
434 SkDPoint xy1 = cubic1.ptAtT(tt1);
436 SkDPoint xy2 = cubic2.ptAtT(tt2);
450 t1[0] = cubic1.ptAtT(t1Seed - t1Step);
451 t1[1] = cubic1.ptAtT(t1Seed);
452 t1[2] = cubic1.ptAtT(t1Seed + t1Step);
453 t2[0] = cubic2.ptAtT(t2Seed - t2Step)
    [all...]
PathOpsCubicLineIntersectionTest.cpp 67 SkDPoint xy1 = cubic.ptAtT(tt1);
69 SkDPoint xy2 = line.ptAtT(tt2);
97 SkDPoint prev = cubic.ptAtT(cubicT * 2 - 1);
98 SkDPoint sect = cubic.ptAtT(cubicT);
103 SkDPoint prevL = line.ptAtT(i[1][0] - 0.0000007);
105 SkDPoint nextL = line.ptAtT(i[1][0] + 0.0000007);
PathOpsQuadLineIntersectionTest.cpp 88 SkDPoint quadXY = quad.ptAtT(quadT);
90 SkDPoint lineXY = line.ptAtT(lineT);
132 SkDPoint t1 = quad.ptAtT(tt1);
135 SkDPoint t2 = line.ptAtT(tt2);
PathOpsQuadLineIntersectionThreadedTest.cpp 58 SkDPoint quadXY = quad.ptAtT(quadT);
60 SkDPoint lineXY = line.ptAtT(lineT);
92 SkDPoint xy = quad.ptAtT(tIndex / 4.0);
PathOpsCubicQuadIntersectionTest.cpp 77 SkDPoint xy1 = cubic.ptAtT(tt1);
79 SkDPoint xy2 = quad.ptAtT(tt2);
PathOpsDLineTest.cpp 50 SkDPoint mid = line.ptAtT(.5);
PathOpsAngleTest.cpp 260 start = dLine.ptAtT(set[idx].tStart).asSkPoint();
261 end = dLine.ptAtT(set[idx].tEnd).asSkPoint();
272 start = dQuad.ptAtT(set[idx].tStart).asSkPoint();
273 end = dQuad.ptAtT(set[idx].tEnd).asSkPoint();
284 start = dCubic.ptAtT(set[idx].tStart).asSkPoint();
285 end = dCubic.ptAtT(set[idx].tEnd).asSkPoint();
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCurve.h 17 return line.ptAtT(t);
23 return quad.ptAtT(t);
29 return cubic.ptAtT(t);
126 SkDPoint dst[2] = { line.ptAtT(startT), line.ptAtT(endT) };
SkDQuadIntersection.cpp 123 SkDPoint mid = q2.ptAtT(tMid);
141 SkDPoint pt2 = q1.ptAtT(rootTs[0][0]);
163 SkDPoint qPt = q2.ptAtT(t);
164 SkDPoint lPt = testLines[index]->ptAtT(rootTs[1][idx2]);
186 SkDPoint end = q2.ptAtT(t2s);
191 end = q2.ptAtT(t2e);
298 if (calcMask & (1 << 1)) t1[1] = quad1.ptAtT(*t1Seed);
299 if (calcMask & (1 << 4)) t2[1] = quad2.ptAtT(*t2Seed);
308 if (calcMask & (1 << 0)) t1[0] = quad1.ptAtT(*t1Seed - tStep);
309 if (calcMask & (1 << 2)) t1[2] = quad1.ptAtT(*t1Seed + tStep)
    [all...]
SkDCubicLineIntersection.cpp 122 SkDPoint cPt = fCubic.ptAtT(cubicT);
136 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
165 SkDPoint pt = fCubic.ptAtT(cubicT);
193 SkDPoint pt = fCubic.ptAtT(cubicT);
287 SkDPoint xy = fCubic.ptAtT(t);
306 *pt = fLine.ptAtT(lT);
308 *pt = fCubic.ptAtT(cT);
355 fPt[index] = cubic.ptAtT(fT[0][index]);
SkPathOpsRect.cpp 29 add(quad.ptAtT(tValues[x]));
56 add(c.ptAtT(tValues[x]));
SkDQuadLineIntersection.cpp 180 SkDPoint pt = fQuad.ptAtT(quadT);
211 SkDPoint pt = fQuad.ptAtT(quadT);
304 SkDPoint xy = fQuad.ptAtT(t);
323 *pt = fLine.ptAtT(lT);
325 *pt = fQuad.ptAtT(qT);
356 SkDPoint qPt = quad.ptAtT(t);
371 SkDPoint qPt = quad.ptAtT(t);
410 fPt[index] = quad.ptAtT(fT[0][index]);
SkPathOpsLine.h 38 SkDPoint ptAtT(double t) const;
SkPathOpsQuad.h 45 SkDPoint ptAtT(double t) const;
SkDCubicIntersection.cpp 124 SkDPoint p1 = cubic1.ptAtT(to1);
125 SkDPoint p2 = cubic2.ptAtT(to2);
264 SkDPoint testPt1 = c1.ptAtT(testT1);
265 SkDPoint testPt2 = c2.ptAtT(testT2);
388 pt = cubic.ptAtT((i[cubicIndex][0] + i[cubicIndex][1]) / 2);
397 pt = cubic.ptAtT((i[cubicIndex][last] + i[cubicIndex][last - 1]) / 2);
531 SkDPoint pt = c1.ptAtT(tAvg);
537 pt = c2.ptAtT(tAvg);
549 SkDPoint pt = c1.ptAtT(tAvg);
555 pt = c2.ptAtT(tAvg)
    [all...]
SkPathOpsLine.cpp 44 SkDPoint SkDLine::ptAtT(double t) const {
80 SkDPoint realPt = ptAtT(t);
101 SkDPoint realPt = ptAtT(t);
  /external/skia/src/pathops/
SkPathOpsCurve.h 17 return line.ptAtT(t);
23 return quad.ptAtT(t);
29 return cubic.ptAtT(t);
126 SkDPoint dst[2] = { line.ptAtT(startT), line.ptAtT(endT) };
SkDQuadIntersection.cpp 123 SkDPoint mid = q2.ptAtT(tMid);
141 SkDPoint pt2 = q1.ptAtT(rootTs[0][0]);
163 SkDPoint qPt = q2.ptAtT(t);
164 SkDPoint lPt = testLines[index]->ptAtT(rootTs[1][idx2]);
186 SkDPoint end = q2.ptAtT(t2s);
191 end = q2.ptAtT(t2e);
298 if (calcMask & (1 << 1)) t1[1] = quad1.ptAtT(*t1Seed);
299 if (calcMask & (1 << 4)) t2[1] = quad2.ptAtT(*t2Seed);
308 if (calcMask & (1 << 0)) t1[0] = quad1.ptAtT(*t1Seed - tStep);
309 if (calcMask & (1 << 2)) t1[2] = quad1.ptAtT(*t1Seed + tStep)
    [all...]
SkDCubicLineIntersection.cpp 122 SkDPoint cPt = fCubic.ptAtT(cubicT);
136 SkDPoint cubicMidPt = fCubic.ptAtT(cubicMidT);
165 SkDPoint pt = fCubic.ptAtT(cubicT);
193 SkDPoint pt = fCubic.ptAtT(cubicT);
287 SkDPoint xy = fCubic.ptAtT(t);
306 *pt = fLine.ptAtT(lT);
308 *pt = fCubic.ptAtT(cT);
355 fPt[index] = cubic.ptAtT(fT[0][index]);
SkPathOpsRect.cpp 29 add(quad.ptAtT(tValues[x]));
56 add(c.ptAtT(tValues[x]));
SkDQuadLineIntersection.cpp 180 SkDPoint pt = fQuad.ptAtT(quadT);
211 SkDPoint pt = fQuad.ptAtT(quadT);
304 SkDPoint xy = fQuad.ptAtT(t);
323 *pt = fLine.ptAtT(lT);
325 *pt = fQuad.ptAtT(qT);
356 SkDPoint qPt = quad.ptAtT(t);
371 SkDPoint qPt = quad.ptAtT(t);
410 fPt[index] = quad.ptAtT(fT[0][index]);
SkPathOpsLine.h 38 SkDPoint ptAtT(double t) const;
SkPathOpsQuad.h 45 SkDPoint ptAtT(double t) const;
SkDCubicIntersection.cpp 124 SkDPoint p1 = cubic1.ptAtT(to1);
125 SkDPoint p2 = cubic2.ptAtT(to2);
264 SkDPoint testPt1 = c1.ptAtT(testT1);
265 SkDPoint testPt2 = c2.ptAtT(testT2);
388 pt = cubic.ptAtT((i[cubicIndex][0] + i[cubicIndex][1]) / 2);
397 pt = cubic.ptAtT((i[cubicIndex][last] + i[cubicIndex][last - 1]) / 2);
531 SkDPoint pt = c1.ptAtT(tAvg);
537 pt = c2.ptAtT(tAvg);
549 SkDPoint pt = c1.ptAtT(tAvg);
555 pt = c2.ptAtT(tAvg)
    [all...]

Completed in 600 milliseconds

1 2