Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpContour.cpp51 void SkOpContourBuilder::addCubic(SkPoint pts[4]) { in addCubic() function in SkOpContourBuilder
DSkOpSegment.h63 SkOpSegment* addCubic(SkPoint pts[4], SkOpContour* parent) { in addCubic() function
DSkOpContour.h44 void addCubic(SkPoint pts[4]) { in addCubic() function
/external/skia/src/core/
DSkEdgeBuilder.cpp174 void SkBasicEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkBasicEdgeBuilder
180 void SkAnalyticEdgeBuilder::addCubic(const SkPoint pts[]) { in addCubic() function in SkAnalyticEdgeBuilder
DSkGlyph.cpp280 auto addCubic = [&expandGap, &pts](SkScalar offset) { in calculate_path_gap() local
/external/skia/modules/skottie/src/animator/
DShapeKeyframeAnimator.cpp129 auto addCubic = [&](size_t from_vertex, size_t to_vertex) { in operator SkPath() local
/external/skia/src/gpu/ganesh/ops/
DDefaultPathRenderer.cpp133 void addCubic(const SkPoint pts[], SkScalar srcSpaceTolSqd, SkScalar srcSpaceTol) { in addCubic() function in __anon566be99f0111::PathGeoBuilder