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

  /external/skia/src/pathops/
SkPathOpsTightBounds.cpp 52 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
53 SkOpGlobalState globalState(contourList, &allocator SkDEBUGPARAMS(false)
65 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
69 if (!SortContourList(&contourList, false, false)) {
73 SkOpContour* current = contourList;
SkPathOpsSimplify.cpp 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple) {
16 SkOpSpan* span = FindSortableTop(contourList);
76 SkPathOpsDebug::ShowActiveSpans(contourList);
86 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple) {
89 SkOpSpan* span = FindUndone(contourList);
130 SkPathOpsDebug::ShowActiveSpans(contourList);
151 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
152 SkOpGlobalState globalState(contourList, &allocator
175 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
182 if (!SortContourList(&contourList, false, false))
    [all...]
SkPathOpsOp.cpp 98 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op,
102 SkOpSpan* span = FindSortableTop(contourList);
129 SkPathOpsDebug::ShowActiveSpans(contourList);
172 SkPathOpsDebug::ShowActiveSpans(contourList);
223 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
224 SkOpGlobalState globalState(contourList, &allocator
258 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
268 contourList->dumpSegments("seg", op);
272 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask,
279 SkOpContour* current = contourList;
    [all...]
  /external/skqp/src/pathops/
SkPathOpsTightBounds.cpp 52 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
53 SkOpGlobalState globalState(contourList, &allocator SkDEBUGPARAMS(false)
65 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
69 if (!SortContourList(&contourList, false, false)) {
73 SkOpContour* current = contourList;
SkPathOpsSimplify.cpp 13 static bool bridgeWinding(SkOpContourHead* contourList, SkPathWriter* simple) {
16 SkOpSpan* span = FindSortableTop(contourList);
76 SkPathOpsDebug::ShowActiveSpans(contourList);
86 static bool bridgeXor(SkOpContourHead* contourList, SkPathWriter* simple) {
89 SkOpSpan* span = FindUndone(contourList);
130 SkPathOpsDebug::ShowActiveSpans(contourList);
151 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
152 SkOpGlobalState globalState(contourList, &allocator
175 SkOpEdgeBuilder builder(*workingPath, contourList, &globalState);
182 if (!SortContourList(&contourList, false, false))
    [all...]
SkPathOpsOp.cpp 98 static bool bridgeOp(SkOpContourHead* contourList, const SkPathOp op,
102 SkOpSpan* span = FindSortableTop(contourList);
129 SkPathOpsDebug::ShowActiveSpans(contourList);
172 SkPathOpsDebug::ShowActiveSpans(contourList);
223 SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour);
224 SkOpGlobalState globalState(contourList, &allocator
258 SkOpEdgeBuilder builder(*minuend, contourList, &globalState);
268 contourList->dumpSegments("seg", op);
272 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask,
279 SkOpContour* current = contourList;
    [all...]

Completed in 512 milliseconds