Home
last modified time | relevance | path

Searched refs:addConic (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpContour.h45 void addConic(SkPoint pts[3], SkScalar weight, SkChunkAlloc* allocator) { in addConic() function
46 appendSegment(allocator).addConic(pts, weight, this); in addConic()
DSkOpEdgeBuilder.cpp199 fCurrentContour->addConic(pointsPtr, *weightPtr++, fAllocator); in walk()
DSkOpSegment.h56 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() function