Searched defs:addCubic (Results 1 – 7 of 7) sorted by relevance
51 void SkOpContourBuilder::addCubic(SkPoint pts[4]) { in addCubic() function in SkOpContourBuilder
63 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() function
44 void addCubic(SkPoint pts[4]) { in addCubic() function
174 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkBasicEdgeBuilder180 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkAnalyticEdgeBuilder
280 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 __anon566be99f0111::PathGeoBuilder