Home
last modified time | relevance | path

Searched defs:addConic (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/pathops/
DSkOpContour.cpp46 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic() function in SkOpContourBuilder
DSkOpSegment.h55 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() function
DSkOpContour.h40 void addConic(SkPoint pts[3], SkScalar weight) { in addConic() function
/external/skia/src/gpu/ganesh/ops/
DDefaultPathRenderer.cpp124 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, in addConic() function in __anon566be99f0111::PathGeoBuilder