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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCommon.h 20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
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,
SkPathOpsCommon.cpp 296 SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr,
305 if (*firstContour) {
307 *firstContour = false;
  /external/skia/src/pathops/
SkPathOpsCommon.h 20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
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,
SkPathOpsCommon.cpp 296 SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr,
305 if (*firstContour) {
307 *firstContour = false;
  /external/opencv/cv/src/
cvcontours.cpp     [all...]

Completed in 839 milliseconds