OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FindExtrema
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp
58
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]) {
SkPathOpsCubic.cpp
264
int SkDCubic::
FindExtrema
(double a, double b, double c, double d, double tValues[2]) {
304
int roots =
FindExtrema
(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs);
/external/skia/src/pathops/
SkPathOpsQuad.cpp
58
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]) {
SkPathOpsCubic.cpp
264
int SkDCubic::
FindExtrema
(double a, double b, double c, double d, double tValues[2]) {
304
int roots =
FindExtrema
(sub[0].fY, sub[1].fY, sub[2].fY, sub[3].fY, extremeTs);
Completed in 7630 milliseconds