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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsSimplify.cpp 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
20 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
37 DebugShowActiveSpans(contourList);
86 DebugShowActiveSpans(contourList);
97 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
102 while ((current = FindUndone(contourList, &start, &end))) {
106 DebugShowActiveSpans(contourList);
143 DebugShowActiveSpans(contourList);
164 SkTArray<SkOpContour*, true> contourList;
165 MakeContourList(contours, contourList, false, false)
    [all...]
SkPathOpsOp.cpp 138 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op,
147 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,
164 DebugShowActiveSpans(contourList);
217 DebugShowActiveSpans(contourList);
280 SkTArray<SkOpContour*, true> contourList;
281 MakeContourList(contours, contourList, xorMask == kEvenOdd_PathOpsMask,
283 SkOpContour** currentPtr = contourList.begin();
287 SkOpContour** listEnd = contourList.end();
304 for (index = 0; index < contourList.count(); ++index) {
305 total += contourList[index]->segments().count()
    [all...]
  /external/skia/src/pathops/
SkPathOpsSimplify.cpp 12 static bool bridgeWinding(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
20 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kUnaryWinding, &firstContour,
37 DebugShowActiveSpans(contourList);
86 DebugShowActiveSpans(contourList);
97 static bool bridgeXor(SkTArray<SkOpContour*, true>& contourList, SkPathWriter* simple) {
102 while ((current = FindUndone(contourList, &start, &end))) {
106 DebugShowActiveSpans(contourList);
143 DebugShowActiveSpans(contourList);
164 SkTArray<SkOpContour*, true> contourList;
165 MakeContourList(contours, contourList, false, false)
    [all...]
SkPathOpsOp.cpp 138 static bool bridgeOp(SkTArray<SkOpContour*, true>& contourList, const SkPathOp op,
147 SkOpSegment* current = FindSortableTop(contourList, SkOpAngle::kBinarySingle, &firstContour,
164 DebugShowActiveSpans(contourList);
217 DebugShowActiveSpans(contourList);
280 SkTArray<SkOpContour*, true> contourList;
281 MakeContourList(contours, contourList, xorMask == kEvenOdd_PathOpsMask,
283 SkOpContour** currentPtr = contourList.begin();
287 SkOpContour** listEnd = contourList.end();
304 for (index = 0; index < contourList.count(); ++index) {
305 total += contourList[index]->segments().count()
    [all...]

Completed in 362 milliseconds