Home | History | Annotate | Download | only in core

Lines Matching refs:SkFindUnitQuadRoots

135 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2])
177 and then call SkFindUnitQuadRoots()
188 return SkFindUnitQuadRoots(A.getShiftRight(shift), B.getShiftRight(shift), C.getShiftRight(shift), roots);
566 return SkFindUnitQuadRoots(A, B, C, tValues);
753 count = SkFindUnitQuadRoots(Bx*Cy - By*Cx, Ax*Cy - Ay*Cx, Ax*By - Ay*Bx, tValues);
915 return SkFindUnitQuadRoots(coeff[1], coeff[2], coeff[3], tValues);
1201 int count = SkFindUnitQuadRoots(A, B, C, roots);
1454 int roots = SkFindUnitQuadRoots(coeff[0], coeff[1], coeff[2], tValues);