Searched refs:appendSegment (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpContour.h | 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
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpContour.h | 31 appendSegment().addConic(pts, weight, this); in addConic() 35 appendSegment().addCubic(pts, this); in addCubic() 40 return appendSegment().addLine(pts, this); in addLine() 44 appendSegment().addQuad(pts, this); in addQuad() 47 SkOpSegment& appendSegment() { in appendSegment() function
|