Searched refs:addCubic (Results 1 – 7 of 7) sorted by relevance
99 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkEdgeBuilder121 this->addCubic(pts); in addClipper()324 this->addCubic(&monoY[i * 3]); in build()
55 void addCubic(const SkPoint pts[]);
226 fCurrentContour->addCubic(pointsPtr, fAllocator); in walk()229 fCurrentContour->addCubic(pointsPtr, fAllocator); in walk()
32 return appendSegment(allocator).addCubic(ptStorage, this); in addCurve()
49 void addCubic(SkPoint pts[4], SkChunkAlloc* allocator) { in addCubic() function50 appendSegment(allocator).addCubic(pts, this); in addCubic()
64 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()