HomeSort by relevance Sort by last modified time
    Searched full:contourlist (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.h 16 void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total);
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...]
SkPathOpsCommon.h 22 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end);
28 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList);
SkPathOpsCommon.cpp 13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr,
22 int contourCount = contourList.count();
29 SkOpContour* contour = contourList[cTest];
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) {
102 int contourCount = contourList.count();
105 SkOpContour* contour = contourList[cIndex];
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
214 for (index = 0; index < contourList.count(); ++ index) {
215 contourList[index]->debugShowActiveSpans();
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList,
    [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...]
SkAddIntersections.cpp 436 void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total) {
437 int contourCount = (*contourList).count();
439 SkOpContour* contour = (*contourList)[cIndex];
443 SkOpContour* contour = (*contourList)[cIndex];
447 SkOpContour* contour = (*contourList)[cIndex];
SkOpContour.cpp 359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) {
365 for (index = 0; index < contourList.count(); ++index) {
366 total += contourList[index]->segments().count();
369 for (index = 0; index < contourList.count(); ++index) {
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);
  /external/skia/src/pathops/
SkAddIntersections.h 16 void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total);
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...]
SkPathOpsCommon.h 22 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end);
28 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList);
SkPathOpsCommon.cpp 13 static int contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr,
22 int contourCount = contourList.count();
29 SkOpContour* contour = contourList[cTest];
101 SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end) {
102 int contourCount = contourList.count();
105 SkOpContour* contour = contourList[cIndex];
212 void DebugShowActiveSpans(SkTArray<SkOpContour*, true>& contourList) {
214 for (index = 0; index < contourList.count(); ++ index) {
215 contourList[index]->debugShowActiveSpans();
220 static SkOpSegment* findSortableTop(const SkTArray<SkOpContour*, true>& contourList,
    [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...]
SkAddIntersections.cpp 436 void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total) {
437 int contourCount = (*contourList).count();
439 SkOpContour* contour = (*contourList)[cIndex];
443 SkOpContour* contour = (*contourList)[cIndex];
447 SkOpContour* contour = (*contourList)[cIndex];
SkOpContour.cpp 359 void SkOpContour::debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList) {
365 for (index = 0; index < contourList.count(); ++index) {
366 total += contourList[index]->segments().count();
369 for (index = 0; index < contourList.count(); ++index) {
370 sum += contourList[index]->debugShowWindingValues(total, ofInterest);
SkOpContour.h 242 static void debugShowWindingValues(const SkTArray<SkOpContour*, true>& contourList);

Completed in 2253 milliseconds