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

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 143 double quadT = rootVals[index];
144 double lineT = findLineT(quadT);
146 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
147 fIntersections->insert(quadT, lineT, pt);
171 double quadT = rootVals[index];
172 SkDPoint pt = fQuad.ptAtT(quadT);
174 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
175 fIntersections->insert(quadT, lineT, pt);
202 double quadT = rootVals[index];
203 SkDPoint pt = fQuad.ptAtT(quadT);
    [all...]
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 143 double quadT = rootVals[index];
144 double lineT = findLineT(quadT);
146 if (pinTs(&quadT, &lineT, &pt, kPointUninitialized)) {
147 fIntersections->insert(quadT, lineT, pt);
171 double quadT = rootVals[index];
172 SkDPoint pt = fQuad.ptAtT(quadT);
174 if (pinTs(&quadT, &lineT, &pt, kPointInitialized)) {
175 fIntersections->insert(quadT, lineT, pt);
202 double quadT = rootVals[index];
203 SkDPoint pt = fQuad.ptAtT(quadT);
    [all...]
  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 82 double quadT = intersections[0][inner];
83 SkDPoint quadXY = quad.ptAtT(quadT);
PathOpsQuadLineIntersectionThreadedTest.cpp 57 double quadT = intersections[0][index];
58 SkDPoint quadXY = quad.ptAtT(quadT);

Completed in 106 milliseconds