Home
last modified time | relevance | path

Searched defs:addCubic (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/pathops/
DSkOpContour.cpp49 void SkOpContourBuilder::addCubic(SkPoint pts[4]) { in addCubic() function in SkOpContourBuilder
DSkOpSegment.h52 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() function
DSkOpContour.h33 void addCubic(SkPoint pts[4]) { in addCubic() function
/third_party/skia/src/core/
DSkEdgeBuilder.cpp161 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkBasicEdgeBuilder
167 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkAnalyticEdgeBuilder
DSkGlyph.cpp217 auto addCubic = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local
/third_party/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp129 auto addCubic = [&](size_t from_vertex, size_t to_vertex) { in operator SkPath() local
/third_party/skia/src/gpu/ops/
DDefaultPathRenderer.cpp133 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic() function in __anoncbcfd3c70111::PathGeoBuilder