Searched defs:addCubic (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkEdgeBuilder.cpp43 void SkEdgeBuilder::addCubic(const SkPoint pts[]) { function in class:SkEdgeBuilder
65 this->addCubic(pts);
253 this->addCubic(&monoY[i * 3]);
/external/skia/src/pathops/
H A DSkOpContour.h41 void addCubic(SkPoint pts[4], SkChunkAlloc* allocator) { function in class:SkOpContour
42 appendSegment(allocator).addCubic(pts, this);
H A DSkOpSegment.h57 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { function in class:SkOpSegment

Completed in 124 milliseconds