Searched refs:addConic (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpContour.cpp50 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { function in class:SkOpContourBuilder
52 fContour->addConic(pts, weight);
75 this->addConic(ptStorage, weight);
H A DSkOpContour.h30 void addConic(SkPoint pts[3], SkScalar weight) { function in class:SkOpContour
31 appendSegment().addConic(pts, weight, this);
440 void addConic(SkPoint pts[3], SkScalar weight);
H A DSkOpEdgeBuilder.cpp245 fContourBuilder.addConic(pointsPtr, weight);
260 fContourBuilder.addConic(pointsPtr, weight);
H A DSkOpSegment.h44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { function in class:SkOpSegment

Completed in 89 milliseconds