Home
last modified time | relevance | path

Searched defs:lineTo (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/src/gpu/tessellate/
DTessellation.cpp36 void lineTo(SkPoint p1) { fPath.lineTo(p1); } in lineTo() function in skgpu::__anona9fb04da0111::PathChopper
DStrokeFixedCountTessellator.cpp68 SK_ALWAYS_INLINE void lineTo(SkPoint start, SkPoint end) { in lineTo() function in skgpu::__anon10976e860111::InstanceWriter
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js108 function lineTo(skpath, x, y) { function
191 this.lineTo = function(x, y) { method in Path2D
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js108 function lineTo(skpath, x, y) { function
192 this.lineTo = function(x, y) { method in Path2D
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h127 CF2_Callback_Type lineTo; member
/third_party/freetype/src/psaux/
Dpsglue.h127 CF2_Callback_Type lineTo; member
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h127 CF2_Callback_Type lineTo; member
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp102 void GrCCStrokeGeometry::lineTo(SkPoint pt) { in lineTo() function in GrCCStrokeGeometry
107 void GrCCStrokeGeometry::lineTo(Verb leftJoinVerb, SkPoint pt) { in lineTo() function in GrCCStrokeGeometry
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPathBuilder.java22 public void lineTo(float x, float y) { in lineTo() method in PathBuilder
/third_party/flutter/skia/modules/pathkit/
Dchaining.js102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
Dexterns.js99 PathKit.SkPath.prototype.lineTo = function(x, y) {}; method in PathKit.SkPath
/third_party/skia/modules/pathkit/
Dchaining.js102 PathKit.SkPath.prototype.lineTo = function(x, y) { method in PathKit.SkPath
Dexterns.js99 PathKit.SkPath.prototype.lineTo = function(x, y) {}; method in PathKit.SkPath
/third_party/skia/include/core/
DSkPathBuilder.h42 SkPathBuilder& lineTo(SkScalar x, SkScalar y) { return this->lineTo(SkPoint::Make(x, y)); } in lineTo() function
DSkPath.h605 SkPath& lineTo(const SkPoint& p) { in lineTo() function
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
/third_party/skia/bench/
DPathOpsBench.cpp108 void lineTo(float x, float y) { in lineTo() function
/third_party/skia/src/pathops/
DSkPathWriter.cpp116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.cpp917 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
938 void GrAAConvexTessellator::lineTo(const SkMatrix& m, SkPoint p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.cpp926 void GrAAConvexTessellator::lineTo(const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
950 void GrAAConvexTessellator::lineTo(const SkMatrix& m, const SkPoint& p, CurveState curve) { in lineTo() function in GrAAConvexTessellator
/third_party/flutter/skia/include/core/
DSkPath.h599 SkPath& lineTo(const SkPoint& p) { in lineTo() function
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js521 CanvasKit.SkPath.prototype.lineTo = function() {}; method in CanvasKit.SkPath
605 CanvasRenderingContext2D.prototype.lineTo = function() {}; method in CanvasRenderingContext2D
633 Path2D.prototype.lineTo = function() {}; method in Path2D
Dinterface.js284 CanvasKit.SkPath.prototype.lineTo = function(x, y) { method in CanvasKit.SkPath
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp46 void lineTo(SkPoint p) { in lineTo() function in __anon3e296a0e0111::PathRecorder
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc81 void CanvasPath::lineTo(float x, float y) { in lineTo() function in flutter::CanvasPath

12