Searched refs:appendSegment (Results 1 – 1 of 1) sorted by relevance
30 appendSegment().addConic(pts, weight, this); in addConic()34 appendSegment().addCubic(pts, this); in addCubic()39 return appendSegment().addLine(pts, this); in addLine()43 appendSegment().addQuad(pts, this); in addQuad()46 SkOpSegment& appendSegment() { in appendSegment() function