HomeSort by relevance Sort by last modified time
    Searched defs:addConic (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpSegment.h 56 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) {
SkOpContour.h 45 void addConic(SkPoint pts[3], SkScalar weight, SkChunkAlloc* allocator) {
46 appendSegment(allocator).addConic(pts, weight, this);

Completed in 86 milliseconds