Searched defs:addCubic (Results 1 – 7 of 7) sorted by relevance
49 void SkOpContourBuilder::addCubic(SkPoint pts[4]) { in addCubic() function in SkOpContourBuilder
52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() function
33 void addCubic(SkPoint pts[4]) { in addCubic() function
161 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkBasicEdgeBuilder167 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkAnalyticEdgeBuilder
217 auto addCubic = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local
129 auto addCubic = [&](size_t from_vertex, size_t to_vertex) { in operator SkPath() local
133 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic() function in __anoncbcfd3c70111::PathGeoBuilder