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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 170 void checkTiny() {
178 segment.checkTiny();
SkPathOpsCommon.cpp 439 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) {
443 contour->checkTiny();
715 checkTiny(contourList); // if pair have the same end points, mark them as parallel
  /external/skia/src/pathops/
SkOpContour.h 170 void checkTiny() {
178 segment.checkTiny();
SkPathOpsCommon.cpp 439 static void checkTiny(SkTArray<SkOpContour*, true>* contourList) {
443 contour->checkTiny();
715 checkTiny(contourList); // if pair have the same end points, mark them as parallel

Completed in 494 milliseconds