Lines Matching defs:cubicT
165 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 = ((const SkDCurve*)&fCubic) 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
362 double cubicT = (double) (cIndex >> 1); in addNearVerticalEndPoints() local
385 bool pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) { in pinTs()