OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstContour
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
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
,
/external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp
134
bool
firstContour
= true;
141
Segment* current = findSortableTop(contourList,
firstContour
, index, endIndex, topLeft,
Completed in 907 milliseconds