Searched defs:addConic (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ | ||
H A D | SkOpContour.cpp | 44 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic() function in SkOpContourBuilder |
H A D | SkOpSegment.h | 44 SkOpSegment* addConic(SkPoint pts[3], SkScalar weight, SkOpContour* parent) { in addConic() function in SkOpSegment |
H A D | SkOpContour.h | 29 void addConic(SkPoint pts[3], SkScalar weight) { in addConic() function in SkOpContour |
/third_party/skia/src/gpu/ops/ | ||
H A D | DefaultPathRenderer.cpp | 124 void addConic(SkScalar weight, const SkPoint pts[], SkScalar srcSpaceTolSqd, in addConic() function in __anon18835::PathGeoBuilder |
Completed in 5 milliseconds