/third_party/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 19 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()
|
D | SkPathOpsAsWinding.cpp | 118 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()
|
D | SkDCubicLineIntersection.cpp | 140 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()
|
D | SkPathOpsConic.cpp | 32 int SkDConic::FindExtrema(const double src[], SkScalar w, double t[1]) { in FindExtrema() function in SkDConic
|
D | SkPathOpsConic.h | 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
|
D | SkPathOpsQuad.h | 69 static int FindExtrema(const double src[], double tValue[1]);
|
D | SkPathOpsCubic.h | 65 static int FindExtrema(const double src[], double tValue[2]);
|
D | SkPathOpsCubic.cpp | 543 int SkDCubic::FindExtrema(const double src[], double tValues[2]) { in FindExtrema() function in SkDCubic 726 int roots = SkDCubic::FindExtrema(&fPts[0].fY, extremeTs); in top()
|
D | SkPathOpsQuad.cpp | 377 int SkDQuad::FindExtrema(const double src[], double tValue[1]) { in FindExtrema() function in SkDQuad
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsRect.cpp | 19 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()
|
D | SkPathOpsAsWinding.cpp | 117 roots = SkDQuad::FindExtrema(&quad[0].fX, &t); in left_edge() 130 roots = SkDConic::FindExtrema(&conic[0].fX, weight, &t); in left_edge() 145 roots = SkDCubic::FindExtrema(&cubic[0].fX, tValues); in left_edge()
|
D | SkDCubicLineIntersection.cpp | 140 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()
|
D | SkPathOpsConic.cpp | 32 int SkDConic::FindExtrema(const double src[], SkScalar w, double t[1]) { in FindExtrema() function in SkDConic
|
D | SkPathOpsQuad.h | 69 static int FindExtrema(const double src[], double tValue[1]);
|
D | SkPathOpsConic.h | 67 static int FindExtrema(const double src[], SkScalar weight, double tValue[1]);
|
D | SkPathOpsCubic.h | 65 static int FindExtrema(const double src[], double tValue[2]);
|
D | SkPathOpsCubic.cpp | 541 int SkDCubic::FindExtrema(const double src[], double tValues[2]) { in FindExtrema() function in SkDCubic 724 int roots = SkDCubic::FindExtrema(&fPts[0].fY, extremeTs); in top()
|
D | SkPathOpsQuad.cpp | 377 int SkDQuad::FindExtrema(const double src[], double tValue[1]) { in FindExtrema() function in SkDQuad
|