Home
last modified time | relevance | path

Searched defs:cubicT (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionTest.cpp165 double cubicT = i[0][0]; in testOne() local
/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp156 double cubicT = rootVals[index]; in intersect() local
192 double cubicT = roots[index]; in horizontalIntersect() local
206 uniqueAnswer(double cubicT, const SkDPoint& pt) uniqueAnswer() argument
255 double cubicT = roots[index]; verticalIntersect() local
277 double cubicT = (double) (cIndex >> 1); addExactEndPoints() local
286 double cubicT = (double) (cIndex >> 1); addNearEndPoints() local
305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, addLineNearEndPoints() local
320 double cubicT = (double) (cIndex >> 1); addExactHorizontalEndPoints() local
327 double cubicT = (double) (cIndex >> 1); addNearHorizontalEndPoints() local
346 double cubicT = (double) (cIndex >> 1); addExactVerticalEndPoints() local
353 double cubicT = (double) (cIndex >> 1); addNearVerticalEndPoints() local
376 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) pinTs() argument
[all...]

Completed in 3 milliseconds