Searched defs:cubicT (Results 1 – 2 of 2) sorted by relevance
156 double cubicT = rootVals[index]; in intersect() local192 double cubicT = roots[index]; in horizontalIntersect() local206 bool uniqueAnswer(double cubicT, const SkDPoint& pt) { in uniqueAnswer()255 double cubicT = roots[index]; in verticalIntersect() local277 double cubicT = (double) (cIndex >> 1); in addExactEndPoints() local286 double cubicT = (double) (cIndex >> 1); in addNearEndPoints() local305 double cubicT = ((SkDCurve*) &fCubic)->nearPoint(SkPath::kCubic_Verb, in addLineNearEndPoints() local320 double cubicT = (double) (cIndex >> 1); in addExactHorizontalEndPoints() local327 double cubicT = (double) (cIndex >> 1); in addNearHorizontalEndPoints() local346 double cubicT = (double) (cIndex >> 1); in addExactVerticalEndPoints() local[all …]
165 double cubicT = i[0][0]; in testOne() local