HomeSort by relevance Sort by last modified time
    Searched full:findmaxcurvature (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsCubic.h 74 int findMaxCurvature(double tValues[]) const;
SkPathOpsCubic.cpp 258 int roots = cubic.findMaxCurvature(maxCurvature);
542 int SkDCubic::findMaxCurvature(double tValues[]) const {
  /external/skia/tests/
PathOpsTestCommon.cpp 73 inflections += cubic->findMaxCurvature(&inflectT[inflections]);
  /external/skia/src/core/
SkGeometry.h 255 // bool findMaxCurvature(SkScalar* t) const; // unimplemented
SkStroke.cpp 621 #if 0 // once findMaxCurvature is implemented, this will be a better solution
623 if (!conic.findMaxCurvature(&t) || 0 == t) {
    [all...]
SkGeometry.cpp     [all...]

Completed in 660 milliseconds