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