HomeSort by relevance Sort by last modified time
    Searched refs:findInflections (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 40 int findInflections(double tValues[2]) const;
42 static int FindInflections(const SkPoint a[4], double tValues[2]) {
45 return cubic.findInflections(tValues);
SkDCubicToQuads.cpp 125 int inflections = findInflections(inflectT);
SkPathOpsCubic.cpp 147 extrema += findInflections(&extremeTs[extrema]);
170 return findInflections(tValues) > 1;
313 int SkDCubic::findInflections(double tValues[]) const {
SkPathOpsDebug.cpp 332 return dst.findInflections(inflections);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.h 40 int findInflections(double tValues[2]) const;
42 static int FindInflections(const SkPoint a[4], double tValues[2]) {
45 return cubic.findInflections(tValues);
SkDCubicToQuads.cpp 125 int inflections = findInflections(inflectT);
SkPathOpsCubic.cpp 147 extrema += findInflections(&extremeTs[extrema]);
170 return findInflections(tValues) > 1;
313 int SkDCubic::findInflections(double tValues[]) const {
SkPathOpsDebug.cpp 331 return dst.findInflections(inflections);
SkOpSegment.cpp     [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsTestCommon.cpp 92 int inflections = cubic.findInflections(tInflects);
  /external/skia/tests/
PathOpsTestCommon.cpp 92 int inflections = cubic.findInflections(tInflects);

Completed in 675 milliseconds