Searched defs:rootVals (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp114 double rootVals[3]; local
115 int roots = intersectRay(rootVals);
117 double cubicT = rootVals[index];
161 double rootVals[3]; local
162 int roots = horizontalIntersect(axisIntercept, rootVals);
164 double cubicT = rootVals[index];
189 double rootVals[3]; local
190 int roots = verticalIntersect(axisIntercept, rootVals);
192 double cubicT = rootVals[index];
H A DSkDQuadLineIntersection.cpp147 double rootVals[2]; local
148 int roots = intersectRay(rootVals);
150 double quadT = rootVals[index];
176 double rootVals[2]; local
177 int roots = horizontalIntersect(axisIntercept, rootVals);
179 double quadT = rootVals[index];
207 double rootVals[2]; local
208 int roots = verticalIntersect(axisIntercept, rootVals);
210 double quadT = rootVals[index];
352 double rootVals[ local
367 double rootVals[2]; local
[all...]
/external/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp114 double rootVals[3]; local
115 int roots = intersectRay(rootVals);
117 double cubicT = rootVals[index];
161 double rootVals[3]; local
162 int roots = horizontalIntersect(axisIntercept, rootVals);
164 double cubicT = rootVals[index];
189 double rootVals[3]; local
190 int roots = verticalIntersect(axisIntercept, rootVals);
192 double cubicT = rootVals[index];
H A DSkDQuadLineIntersection.cpp147 double rootVals[2]; local
148 int roots = intersectRay(rootVals);
150 double quadT = rootVals[index];
176 double rootVals[2]; local
177 int roots = horizontalIntersect(axisIntercept, rootVals);
179 double quadT = rootVals[index];
207 double rootVals[2]; local
208 int roots = verticalIntersect(axisIntercept, rootVals);
210 double quadT = rootVals[index];
352 double rootVals[ local
367 double rootVals[2]; local
[all...]

Completed in 78 milliseconds