| /third_party/skia/include/core/ |
| D | SkPathBuilder.h | 45 SkPathBuilder& quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() function 48 SkPathBuilder& quadTo(const SkPoint pts[2]) { return this->quadTo(pts[0], pts[1]); } in quadTo() function
|
| D | SkPath.h | 657 SkPath& quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo() function
|
| /third_party/skia/src/gpu/tessellate/ |
| D | Tessellation.cpp | 39 void quadTo(const SkPoint p[3]) { in quadTo() function in skgpu::__anon30b0be180111::PathChopper
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| D | psglue.h | 128 CF2_Callback_Type quadTo; member
|
| /third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
| D | PathBuilder.java | 26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() method in PathBuilder
|
| /third_party/skia/modules/pathkit/ |
| D | chaining.js | 124 PathKit.SkPath.prototype.quadTo = function(cpx, cpy, x, y) { method in PathKit.SkPath
|
| D | externs.js | 102 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {}; method in PathKit.SkPath
|
| /third_party/skia/bench/ |
| D | PathOpsBench.cpp | 112 void quadTo(float x, float y, float x1, float y1) { in quadTo() function
|
| /third_party/skia/src/pathops/ |
| D | SkPathWriter.cpp | 146 void SkPathWriter::quadTo(const SkPoint& pt1, const SkOpPtT* pt2) { in quadTo() function in SkPathWriter
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrAAConvexTessellator.cpp | 954 void GrAAConvexTessellator::quadTo(const SkPoint pts[3]) { in quadTo() function in GrAAConvexTessellator 967 void GrAAConvexTessellator::quadTo(const SkMatrix& m, const SkPoint srcPts[3]) { in quadTo() function in GrAAConvexTessellator
|
| /third_party/skia/src/core/ |
| D | SkPathBuilder.cpp | 110 SkPathBuilder& SkPathBuilder::quadTo(SkPoint pt1, SkPoint pt2) { in quadTo() function in SkPathBuilder
|
| D | SkStroke.cpp | 758 void SkPathStroker::quadTo(const SkPoint& pt1, const SkPoint& pt2) { in quadTo() function in SkPathStroker
|
| D | SkPath.cpp | 675 SkPath& SkPath::quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() function in SkPath
|
| /third_party/skia/modules/canvaskit/ |
| D | interface.js | 292 CanvasKit.Path.prototype.quadTo = function(cpx, cpy, x, y) { method in CanvasKit.Path
|
| /third_party/skia/modules/canvaskit/npm_build/types/ |
| D | index.d.ts | 2359 quadTo(x1: number, y1: number, x2: number, y2: number): Path; method
|