Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDCubicLineIntersection.cpp165 double cubicT = rootVals[index]; in intersect() local
201 double cubicT = roots[index]; in horizontalIntersect() local
215 bool uniqueAnswer(double cubicT, const SkDPoint& pt) { in uniqueAnswer()
264 double cubicT = roots[index]; in verticalIntersect() local
286 double cubicT = (double) (cIndex >> 1); in addExactEndPoints() local
295 double cubicT = (double) (cIndex >> 1); in addNearEndPoints() local
314 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, in addLineNearEndPoints() local
329 double cubicT = (double) (cIndex >> 1); in addExactHorizontalEndPoints() local
336 double cubicT = (double) (cIndex >> 1); in addNearHorizontalEndPoints() local
355 double cubicT = (double) (cIndex >> 1); in addExactVerticalEndPoints() local
[all …]
/external/skia/tests/
DPathOpsCubicLineIntersectionTest.cpp171 double cubicT = i[0][0]; in testOne() local