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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 13 bool firstContour = true;
20 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
SkPathOpsOp.cpp 140 bool firstContour = true;
147 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 13 bool firstContour = true;
20 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
SkPathOpsOp.cpp 140 bool firstContour = true;
147 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,

Completed in 63 milliseconds