Searched refs:currentContour (Results 1 – 3 of 3) sorted by relevance
392 self.currentContour = None396 contour = self.currentContour443 assert self.currentContour is None444 self.currentContour = []449 assert self.currentContour is not None451 self.currentContour = None454 self.currentContour.append((pt, segmentType, smooth, name, kwargs))457 assert self.currentContour is None
69 SkPathPriv::Iterate currentContour() { in currentContour() function
300 for (auto [verb, pts, w] : parser.currentContour()) { in prepare()