Searched refs:tempSqrt (Results 1 – 2 of 2) sorted by relevance
851 SkScalar tempSqrt = SkScalarSqrt(4.f * d[0] * d[2] - 3.f * d[1] * d[1]); in chopCubicAtLoopIntersection() local852 td = d[1] + tempSqrt; in chopCubicAtLoopIntersection()854 te = d[1] - tempSqrt; in chopCubicAtLoopIntersection()
257 SkScalar tempSqrt = SkScalarSqrt(4.f * d[0] * d[2] - 3.f * d[1] * d[1]); in ComplexBreak() local258 SkScalar ls = d[1] - tempSqrt; in ComplexBreak()260 SkScalar ms = d[1] + tempSqrt; in ComplexBreak()