HomeSort by relevance Sort by last modified time
    Searched defs:checkSmall (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 158 void checkSmall() {
164 segment.checkSmall();
SkPathOpsCommon.cpp 430 static void checkSmall(SkTArray<SkOpContour*, true>* contourList) {
434 contour->checkSmall();
716 checkSmall(contourList); // a pair of curves with a small span may turn into coincident lines
  /external/skia/src/pathops/
SkOpContour.h 158 void checkSmall() {
164 segment.checkSmall();
SkPathOpsCommon.cpp 430 static void checkSmall(SkTArray<SkOpContour*, true>* contourList) {
434 contour->checkSmall();
716 checkSmall(contourList); // a pair of curves with a small span may turn into coincident lines

Completed in 215 milliseconds