Searched refs:listEnd (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp172 SkOpContour** listEnd = contourList.end(); local
183 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
184 } while (currentPtr != listEnd);
H A DSkPathOpsOp.cpp287 SkOpContour** listEnd = contourList.end(); local
298 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
299 } while (currentPtr != listEnd);
/external/skia/src/pathops/
H A DSkPathOpsSimplify.cpp172 SkOpContour** listEnd = contourList.end(); local
183 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
184 } while (currentPtr != listEnd);
H A DSkPathOpsOp.cpp287 SkOpContour** listEnd = contourList.end(); local
298 } while (AddIntersectTs(current, next) && nextPtr != listEnd);
299 } while (currentPtr != listEnd);

Completed in 1448 milliseconds