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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 130 void checkEnds() {
143 segment->checkEnds();
SkPathOpsCommon.cpp 408 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) {
414 contour->checkEnds();
707 checkEnds(contourList); // check if connecting curve intersected at the same end
  /external/skia/src/pathops/
SkOpContour.h 130 void checkEnds() {
143 segment->checkEnds();
SkPathOpsCommon.cpp 408 static void checkEnds(SkTArray<SkOpContour*, true>* contourList) {
414 contour->checkEnds();
707 checkEnds(contourList); // check if connecting curve intersected at the same end

Completed in 669 milliseconds