Home
last modified time | relevance | path

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

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