Home
last modified time | relevance | path

Searched defs:cubicTo (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DTessellation.cpp74 void cubicTo(const SkPoint p[4]) { in cubicTo() function in skgpu::__anon18868::PathChopper
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPathBuilder.java32 public void cubicTo(float x1, float y1, float x2, float y2, float x3, float y3) { in cubicTo() method in PathBuilder
/third_party/skia/bench/
H A DPathOpsBench.cpp117 void cubicTo(float x, float y, float x1, float y1, float x2, float y2) { in cubicTo() function
/third_party/skia/include/core/
H A DSkPathBuilder.h59 SkPathBuilder& cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, SkScalar x3, SkScalar y3) { in cubicTo() function in SkPathBuilder
62 SkPathBuilder& cubicTo(const SkPoint pts[3]) { in cubicTo() function in SkPathBuilder
H A DSkPath.h794 SkPath& cubicTo(const SkPoint& p1, const SkPoint& p2, const SkPoint& p3) { in cubicTo() function in SkPath
/third_party/skia/modules/pathkit/
H A Dchaining.js
H A Dexterns.js
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp43 void SkPathWriter::cubicTo(const SkPoint& pt1, const SkPoint& pt2, const SkOpPtT* pt3) { in cubicTo() function in SkPathWriter
/third_party/skia/src/core/
H A DSkPathBuilder.cpp135 SkPathBuilder& SkPathBuilder::cubicTo(SkPoint pt1, SkPoint pt2, SkPoint pt3) { in cubicTo() function in SkPathBuilder
H A DSkPath.cpp728 SkPath& SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, in cubicTo() function in SkPath
/third_party/skia/modules/canvaskit/
H A Dinterface.js

Completed in 16 milliseconds