Home
last modified time | relevance | path

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

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