Home
last modified time | relevance | path

Searched defs:quadTo (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/include/core/
DSkPathBuilder.h45 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
DSkPath.h657 SkPath& quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo() function
/third_party/skia/src/gpu/tessellate/
DTessellation.cpp39 void quadTo(const SkPoint p[3]) { in quadTo() function in skgpu::__anona9fb04da0111::PathChopper
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h128 CF2_Callback_Type quadTo; member
/third_party/freetype/src/psaux/
Dpsglue.h128 CF2_Callback_Type quadTo; member
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h128 CF2_Callback_Type quadTo; member
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPathBuilder.java26 public void quadTo(float x1, float y1, float x2, float y2) { in quadTo() method in PathBuilder
/third_party/flutter/skia/modules/pathkit/
Dchaining.js124 PathKit.SkPath.prototype.quadTo = function(cpx, cpy, x, y) { method in PathKit.SkPath
Dexterns.js102 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {}; method in PathKit.SkPath
/third_party/skia/modules/pathkit/
Dchaining.js124 PathKit.SkPath.prototype.quadTo = function(cpx, cpy, x, y) { method in PathKit.SkPath
Dexterns.js102 PathKit.SkPath.prototype.quadTo = function(x1, y1, x2, y2) {}; method in PathKit.SkPath
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp146 void SkPathWriter::quadTo(const SkPoint& pt1, const SkOpPtT* pt2) { in quadTo() function in SkPathWriter
/third_party/skia/bench/
DPathOpsBench.cpp112 void quadTo(float x, float y, float x1, float y1) { in quadTo() function
/third_party/skia/src/pathops/
DSkPathWriter.cpp146 void SkPathWriter::quadTo(const SkPoint& pt1, const SkOpPtT* pt2) { in quadTo() function in SkPathWriter
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp943 void GrAAConvexTessellator::quadTo(const SkPoint pts[3]) { in quadTo() function in GrAAConvexTessellator
956 void GrAAConvexTessellator::quadTo(const SkMatrix& m, SkPoint pts[3]) { in quadTo() function in GrAAConvexTessellator
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp954 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/flutter/skia/include/core/
DSkPath.h645 SkPath& quadTo(const SkPoint& p1, const SkPoint& p2) { in quadTo() function
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js301 CanvasKit.SkPath.prototype.quadTo = function(cpx, cpy, x, y) { method in CanvasKit.SkPath
Dexterns.js524 CanvasKit.SkPath.prototype.quadTo = function() {}; method in CanvasKit.SkPath
/third_party/skia/src/core/
DSkPathBuilder.cpp110 SkPathBuilder& SkPathBuilder::quadTo(SkPoint pt1, SkPoint pt2) { in quadTo() function in SkPathBuilder
DSkStroke.cpp758 void SkPathStroker::quadTo(const SkPoint& pt1, const SkPoint& pt2) { in quadTo() function in SkPathStroker
DSkPath.cpp675 SkPath& SkPath::quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { in quadTo() function in SkPath
/third_party/flutter/skia/src/core/
DSkStroke.cpp725 void SkPathStroker::quadTo(const SkPoint& pt1, const SkPoint& pt2) { in quadTo() function in SkPathStroker
/third_party/skia/modules/canvaskit/
Dinterface.js292 CanvasKit.Path.prototype.quadTo = function(cpx, cpy, x, y) { method in CanvasKit.Path
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2359 quadTo(x1: number, y1: number, x2: number, y2: number): Path; method

12