Home
last modified time | relevance | path

Searched refs:tempSqrt (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrPathUtils.cpp851 SkScalar tempSqrt = SkScalarSqrt(4.f * d[0] * d[2] - 3.f * d[1] * d[1]); in chopCubicAtLoopIntersection() local
852 td = d[1] + tempSqrt; in chopCubicAtLoopIntersection()
854 te = d[1] - tempSqrt; in chopCubicAtLoopIntersection()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp257 SkScalar tempSqrt = SkScalarSqrt(4.f * d[0] * d[2] - 3.f * d[1] * d[1]); in ComplexBreak() local
258 SkScalar ls = d[1] - tempSqrt; in ComplexBreak()
260 SkScalar ms = d[1] + tempSqrt; in ComplexBreak()