Searched defs:cubicT (Results 1 – 2 of 2) sorted by relevance
165 double cubicT = rootVals[index]; in intersect() local201 double cubicT = roots[index]; in horizontalIntersect() local215 bool uniqueAnswer(double cubicT, const SkDPoint& pt) { in uniqueAnswer()264 double cubicT = roots[index]; in verticalIntersect() local286 double cubicT = (double) (cIndex >> 1); in addExactEndPoints() local295 double cubicT = (double) (cIndex >> 1); in addNearEndPoints() local314 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, in addLineNearEndPoints() local329 double cubicT = (double) (cIndex >> 1); in addExactHorizontalEndPoints() local336 double cubicT = (double) (cIndex >> 1); in addNearHorizontalEndPoints() local355 double cubicT = (double) (cIndex >> 1); in addExactVerticalEndPoints() local[all …]
171 double cubicT = i[0][0]; in testOne() local