Searched refs:findMaxCurvature (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCubic.h72 int findMaxCurvature(double tValues[]) const;
H A DSkPathOpsCubic.cpp270 int roots = cubic.findMaxCurvature(maxCurvature);
569 int SkDCubic::findMaxCurvature(double tValues[]) const {
/external/skqp/src/pathops/
H A DSkPathOpsCubic.h72 int findMaxCurvature(double tValues[]) const;
H A DSkPathOpsCubic.cpp270 int roots = cubic.findMaxCurvature(maxCurvature);
569 int SkDCubic::findMaxCurvature(double tValues[]) const {
/external/skia/tests/
H A DPathOpsTestCommon.cpp73 inflections += cubic->findMaxCurvature(&inflectT[inflections]);
/external/skqp/tests/
H A DPathOpsTestCommon.cpp73 inflections += cubic->findMaxCurvature(&inflectT[inflections]);
/external/skia/src/core/
H A DSkGeometry.cpp1347 bool SkConic::findMaxCurvature(SkScalar* t) const { function in class:SkConic
H A DSkStroke.cpp645 #if 0 // once findMaxCurvature is implemented, this will be a better solution
647 if (!conic.findMaxCurvature(&t) || 0 == t) {
/external/skqp/src/core/
H A DSkGeometry.cpp1340 bool SkConic::findMaxCurvature(SkScalar* t) const { function in class:SkConic
H A DSkStroke.cpp644 #if 0 // once findMaxCurvature is implemented, this will be a better solution
646 if (!conic.findMaxCurvature(&t) || 0 == t) {

Completed in 237 milliseconds