Searched refs:addConic (Results 1 – 3 of 3) sorted by relevance
37 void addConic(SkPoint pts[3], SkScalar weight, SkChunkAlloc* allocator) { in addConic() function38 appendSegment(allocator).addConic(pts, weight, this); in addConic()
199 fCurrentContour->addConic(pointsPtr, *weightPtr++, fAllocator); in walk()
49 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() function