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

  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadLineIntersection.cpp 140 double rootVals[2];
141 int roots = intersectRay(rootVals);
143 double quadT = rootVals[index];
168 double rootVals[2];
169 int roots = horizontalIntersect(axisIntercept, rootVals);
171 double quadT = rootVals[index];
199 double rootVals[2];
200 int roots = verticalIntersect(axisIntercept, rootVals);
202 double quadT = rootVals[index];
341 double rootVals[2]
    [all...]
SkDCubicLineIntersection.cpp 110 double rootVals[3];
111 int roots = intersectRay(rootVals);
113 double cubicT = rootVals[index];
140 double rootVals[3];
141 int roots = horizontalIntersect(axisIntercept, rootVals);
143 double cubicT = rootVals[index];
168 double rootVals[3];
169 int roots = verticalIntersect(axisIntercept, rootVals);
171 double cubicT = rootVals[index];
  /external/skia/src/pathops/
SkDQuadLineIntersection.cpp 140 double rootVals[2];
141 int roots = intersectRay(rootVals);
143 double quadT = rootVals[index];
168 double rootVals[2];
169 int roots = horizontalIntersect(axisIntercept, rootVals);
171 double quadT = rootVals[index];
199 double rootVals[2];
200 int roots = verticalIntersect(axisIntercept, rootVals);
202 double quadT = rootVals[index];
341 double rootVals[2]
    [all...]
SkDCubicLineIntersection.cpp 110 double rootVals[3];
111 int roots = intersectRay(rootVals);
113 double cubicT = rootVals[index];
140 double rootVals[3];
141 int roots = horizontalIntersect(axisIntercept, rootVals);
143 double cubicT = rootVals[index];
168 double rootVals[3];
169 int roots = verticalIntersect(axisIntercept, rootVals);
171 double cubicT = rootVals[index];

Completed in 266 milliseconds