Home
last modified time | relevance | path

Searched defs:cubicTo (Results 1 – 16 of 16) sorted by relevance

/external/skia/include/core/
DSkPathBuilder.h68 …SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y… in cubicTo() function
71 SkPathBuilder& cubicTo(const SkPoint pts[3]) { in cubicTo() function
DSkPath.h823 SkPath& cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function
/external/skia/src/gpu/tessellate/
DTessellation.cpp125 void cubicTo(const SkPoint cubic[4]) { in cubicTo() function in skgpu::tess::__anon3d4f561d0111::PathChopper
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
DPathBuilder.java32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() method in PathBuilder
/external/skia/modules/pathkit/
Dchaining.js86 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { method in PathKit.SkPath
Dexterns.js100 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {}; method in PathKit.SkPath
/external/skia/src/pathops/
DSkPathWriter.cpp49 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkOpPtT* pt3) { in cubicTo() function in SkPathWriter
/external/skia/bench/
DPathOpsBench.cpp117 void cubicTo(float x, float y, float x1, float y1, float x2, float y2) { in cubicTo() function
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyPath.java89 protected void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() method in ShadowLegacyPath
/external/skia/src/core/
DSkPathBuilder.cpp142 SkPathBuilder& SkPathBuilder::cubicTo(SkPoint pt1, SkPoint pt2, SkPoint pt3) { in cubicTo() function in SkPathBuilder
DSkStroke.cpp1301 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, in cubicTo() function in SkPathStroker
DSkPath.cpp799 SkPath& SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
/external/skia/src/gpu/ganesh/geometry/
DGrAAConvexTessellator.cpp989 void GrAAConvexTessellator::cubicTo(const SkMatrix& m, const SkPoint srcPts[4]) { in cubicTo() function in GrAAConvexTessellator
/external/skia/modules/canvaskit/
Dinterface.js255 CanvasKit.Path.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { method in CanvasKit.Path
Dexterns.js674 cubicTo: function() {}, method
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2613 cubicTo(cpx1: number, cpy1: number, cpx2: number, cpy2: number, x: number, y: number): Path; method