Searched refs:listEnd (Results 1 – 4 of 4) sorted by relevance
172 SkOpContour** listEnd = contourList.end(); in Simplify() local183 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Simplify()184 } while (currentPtr != listEnd); in Simplify()
287 SkOpContour** listEnd = contourList.end(); in Op() local298 } while (AddIntersectTs(current, next) && nextPtr != listEnd); in Op()299 } while (currentPtr != listEnd); in Op()