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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 147 void checkMultiples() {
152 segment.checkMultiples();
SkPathOpsCommon.cpp 418 static bool checkMultiples(SkTArray<SkOpContour*, true>* contourList) {
423 contour->checkMultiples();
708 bool hasM = checkMultiples(contourList); // check if intersections agree on t and point values
  /external/skia/src/pathops/
SkOpContour.h 147 void checkMultiples() {
152 segment.checkMultiples();
SkPathOpsCommon.cpp 418 static bool checkMultiples(SkTArray<SkOpContour*, true>* contourList) {
423 contour->checkMultiples();
708 bool hasM = checkMultiples(contourList); // check if intersections agree on t and point values

Completed in 130 milliseconds