HomeSort by relevance Sort by last modified time
    Searched refs:firstContour (Results 1 - 13 of 13) 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;
24 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
SkPathOpsOp.cpp 123 bool firstContour = true;
134 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,
SkPathOpsCommon.cpp 319 SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr,
329 if (*firstContour) {
331 *firstContour = false;
  /external/skia/src/pathops/
SkPathOpsCommon.h 20 bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
SkPathOpsSimplify.cpp 13 bool firstContour = true;
24 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
SkPathOpsOp.cpp 123 bool firstContour = true;
134 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,
SkPathOpsCommon.cpp 319 SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr,
329 if (*firstContour) {
331 *firstContour = false;
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 134 bool firstContour = true;
141 Segment* current = findSortableTop(contourList, firstContour, index, endIndex, topLeft,
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
ShapeOps.cpp 134 bool firstContour = true;
141 Segment* current = findSortableTop(contourList, firstContour, index, endIndex, topLeft,
Simplify.cpp     [all...]
  /external/opencv/cv/src/
cvcontours.cpp     [all...]

Completed in 444 milliseconds