Home
last modified time | relevance | path

Searched refs:FindExtrema (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp19 roots = SkDQuad::FindExtrema(&sub[0].fX, tValues); in setBounds()
22 roots += SkDQuad::FindExtrema(&sub[0].fY, &tValues[roots]); in setBounds()
36 roots = SkDConic::FindExtrema(&sub[0].fX, sub.fWeight, tValues); in setBounds()
39 roots += SkDConic::FindExtrema(&sub[0].fY, sub.fWeight, &tValues[roots]); in setBounds()
53 roots = SkDCubic::FindExtrema(&sub[0].fX, tValues); in setBounds()
56 roots += SkDCubic::FindExtrema(&sub[0].fY, &tValues[roots]); in setBounds()
H A DSkPathOpsAsWinding.cpp118 roots = SkDQuad::FindExtrema(&quad[0].fX, &t); in left_edge()
131 roots = SkDConic::FindExtrema(&conic[0].fX, weight, &t); in left_edge()
146 roots = SkDCubic::FindExtrema(&cubic[0].fX, tValues); in left_edge()
H A DSkDCubicLineIntersection.cpp140 int extrema = SkDCubic::FindExtrema(&c[0].fX, extremeTs); in intersectRay()
176 int extrema = SkDCubic::FindExtrema(&c[0].fY, extremeTs); in HorizontalIntersect()
239 int extrema = SkDCubic::FindExtrema(&c[0].fX, extremeTs); in VerticalIntersect()
H A DSkPathOpsQuad.h69 static int FindExtrema(const double src[], double tValue[1]);
H A DSkPathOpsConic.cpp32 int SkDConic::FindExtrema(const double src[], SkScalar w, double t[1]) { in FindExtrema() function in SkDConic
H A DSkPathOpsConic.h67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
H A DSkPathOpsCubic.h65 static int FindExtrema(const double src[], double tValue[2]);
H A DSkPathOpsCubic.cpp543 int SkDCubic::FindExtrema(const double src[], double tValues[2]) {
726 int roots = SkDCubic::FindExtrema(&fPts[0].fY, extremeTs);
H A DSkPathOpsQuad.cpp377 int SkDQuad::FindExtrema(const double src[], double tValue[1]) { in FindExtrema() function in SkDQuad

Completed in 6 milliseconds