Searched refs:addCubic (Results 1 – 7 of 7) sorted by relevance
43 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkEdgeBuilder65 this->addCubic(pts); in addClipper()253 this->addCubic(&monoY[i * 3]); in build()
46 void addCubic(const SkPoint pts[]);
227 fCurrentContour->addCubic(pointsPtr, fAllocator); in walk()230 fCurrentContour->addCubic(pointsPtr, fAllocator); in walk()
32 return appendSegment(allocator).addCubic(ptStorage, this); in addCurve()
41 void addCubic(SkPoint pts[4], SkChunkAlloc* allocator) { in addCubic() function42 appendSegment(allocator).addCubic(pts, this); in addCubic()
57 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() function
253 contour.addCubic(data.fShortPts, &allocator); in DEF_TEST()452 contour.addCubic(temp, &allocator); in DEF_TEST()