/external/skia/include/core/ |
D | SkPathBuilder.h | 68 …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
|
D | SkPath.h | 823 SkPath& cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function
|
/external/skia/src/gpu/tessellate/ |
D | Tessellation.cpp | 125 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/ |
D | PathBuilder.java | 32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() method in PathBuilder
|
/external/skia/modules/pathkit/ |
D | chaining.js | 86 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { method in PathKit.SkPath
|
D | externs.js | 100 PathKit.SkPath.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) {}; method in PathKit.SkPath
|
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 49 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkOpPtT* pt3) { in cubicTo() function in SkPathWriter
|
/external/skia/bench/ |
D | PathOpsBench.cpp | 117 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/ |
D | ShadowLegacyPath.java | 89 protected void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() method in ShadowLegacyPath
|
/external/skia/src/core/ |
D | SkPathBuilder.cpp | 142 SkPathBuilder& SkPathBuilder::cubicTo(SkPoint pt1, SkPoint pt2, SkPoint pt3) { in cubicTo() function in SkPathBuilder
|
D | SkStroke.cpp | 1301 void SkPathStroker::cubicTo(const SkPoint& pt1, const SkPoint& pt2, in cubicTo() function in SkPathStroker
|
D | SkPath.cpp | 799 SkPath& SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
|
/external/skia/src/gpu/ganesh/geometry/ |
D | GrAAConvexTessellator.cpp | 989 void GrAAConvexTessellator::cubicTo(const SkMatrix& m, const SkPoint srcPts[4]) { in cubicTo() function in GrAAConvexTessellator
|
/external/skia/modules/canvaskit/ |
D | interface.js | 255 CanvasKit.Path.prototype.cubicTo = function(cp1x, cp1y, cp2x, cp2y, x, y) { method in CanvasKit.Path
|
D | externs.js | 674 cubicTo: function() {}, method
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 2613 cubicTo(cpx1: number, cpy1: number, cpx2: number, cpy2: number, x: number, y: number): Path; method
|