Searched refs:findInflections (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h40 int findInflections(double tValues[2]) const;
45 return cubic.findInflections(tValues);
H A DSkDCubicToQuads.cpp125 int inflections = findInflections(inflectT);
H A DSkPathOpsCubic.cpp147 extrema += findInflections(&extremeTs[extrema]);
170 return findInflections(tValues) > 1;
313 int SkDCubic::findInflections(double tValues[]) const { function in class:SkDCubic
H A DSkPathOpsDebug.cpp332 return dst.findInflections(inflections);
H A DSkOpSegment.cpp3720 int inflections = cubic.findInflections(inflectionTs);
/external/skia/src/pathops/
H A DSkPathOpsCubic.h40 int findInflections(double tValues[2]) const;
45 return cubic.findInflections(tValues);
H A DSkDCubicToQuads.cpp125 int inflections = findInflections(inflectT);
H A DSkPathOpsCubic.cpp147 extrema += findInflections(&extremeTs[extrema]);
170 return findInflections(tValues) > 1;
313 int SkDCubic::findInflections(double tValues[]) const { function in class:SkDCubic
H A DSkPathOpsDebug.cpp331 return dst.findInflections(inflections);
H A DSkOpSegment.cpp3635 int inflections = cubic.findInflections(inflectionTs);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsTestCommon.cpp92 int inflections = cubic.findInflections(tInflects);
/external/skia/tests/
H A DPathOpsTestCommon.cpp92 int inflections = cubic.findInflections(tInflects);

Completed in 363 milliseconds