Searched defs:FindExtrema (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp58 if (FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, &extremeT)) {
322 int SkDQuad::FindExtrema(double a, double b, double c, double tValue[1]) { function in class:SkDQuad
H A DSkPathOpsCubic.cpp339 int SkDCubic::FindExtrema(double a, double b, double c, double d, double tValues[2]) { function in class:SkDCubic
379 int roots = FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs);
/external/skia/src/pathops/
H A DSkPathOpsQuad.cpp58 if (FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, &extremeT)) {
322 int SkDQuad::FindExtrema(double a, double b, double c, double tValue[1]) { function in class:SkDQuad
H A DSkPathOpsCubic.cpp339 int SkDCubic::FindExtrema(double a, double b, double c, double d, double tValues[2]) { function in class:SkDCubic
379 int roots = FindExtrema(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs);

Completed in 588 milliseconds