Home
last modified time | relevance | path

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

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