Home | History | Annotate | Download | only in core

Lines Matching refs:SkFindUnitQuadRoots

119 int SkFindUnitQuadRoots(SkScalar A, SkScalar B, SkScalar C, SkScalar roots[2])
161 and then call SkFindUnitQuadRoots()
172 return SkFindUnitQuadRoots(A.getShiftRight(shift), B.getShiftRight(shift), C.getShiftRight(shift), roots);
547 return SkFindUnitQuadRoots(A, B, C, tValues);
734 count = SkFindUnitQuadRoots(Bx*Cy - By*Cx, Ax*Cy - Ay*Cx, Ax*By - Ay*Bx, tValues);
835 return SkFindUnitQuadRoots(coeff[1], coeff[2], coeff[3], tValues);
1089 int count = SkFindUnitQuadRoots(A, B, C, roots);