Home
last modified time | relevance | path

Searched defs:moveTo (Results 1 – 25 of 50) sorted by relevance

12

/third_party/flutter/skia/src/effects/
DSkCornerPathEffect.cpp49 SkPoint moveTo, lastCorner; in onFilterPath() local
/third_party/skia/src/gpu/tessellate/
DTessellation.cpp35 void moveTo(SkPoint p) { fPath.moveTo(p); } in moveTo() function in skgpu::__anond00a20780111::PathChopper
DStrokeHardwareTessellator.cpp153 void moveTo(SkPoint pt) { in moveTo() function in skgpu::__anon27c861f90111::PatchWriter
/third_party/skia/src/effects/
DSkCornerPathEffect.cpp47 SkPoint moveTo, lastCorner; in onFilterPath() local
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js119 function moveTo(skpath, x, y) { function
196 this.moveTo = function(x, y) { method in Path2D
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js119 function moveTo(skpath, x, y) { function
195 this.moveTo = function(x, y) { method in Path2D
/third_party/freetype/src/psaux/
Dpsglue.h126 CF2_Callback_Type moveTo; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h126 CF2_Callback_Type moveTo; member
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h126 CF2_Callback_Type moveTo; member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that) in moveTo() function in nv50_ir::Stack
/third_party/skia/experimental/sktext/src/
DLine.h121 void moveTo(Stretch& tail) { in moveTo() function
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DPathBuilder.java18 public void moveTo(float x, float y) { in moveTo() method in PathBuilder
/third_party/skia/modules/pathkit/
Dchaining.js107 PathKit.SkPath.prototype.moveTo = function(x, y) { method in PathKit.SkPath
/third_party/flutter/skia/modules/pathkit/
Dchaining.js107 PathKit.SkPath.prototype.moveTo = function(x, y) { method in PathKit.SkPath
/third_party/skia/include/core/
DSkPathBuilder.h39 SkPathBuilder& moveTo(SkScalar x, SkScalar y) { return this->moveTo(SkPoint::Make(x, y)); } in moveTo() function
DSkPath.h565 SkPath& moveTo(const SkPoint& p) { in moveTo() function
/third_party/skia/src/pathops/
DSkPathWriter.cpp139 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/third_party/flutter/skia/src/pathops/
DSkPathWriter.cpp139 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/third_party/skia/bench/
DPathOpsBench.cpp104 void moveTo(float x, float y) { in moveTo() function
/third_party/flutter/skia/include/core/
DSkPath.h564 SkPath& moveTo(const SkPoint& p) { in moveTo() function
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js522 CanvasKit.SkPath.prototype.moveTo = function() {}; method in CanvasKit.SkPath
607 CanvasRenderingContext2D.prototype.moveTo = function() {}; method in CanvasRenderingContext2D
634 Path2D.prototype.moveTo = function() {}; method in Path2D
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp94 void GrCCStrokeGeometry::moveTo(SkPoint pt) { in moveTo() function in GrCCStrokeGeometry
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp41 void moveTo(SkPoint p) { in moveTo() function in __anon4ed489ec0111::PathRecorder
/third_party/flutter/engine/flutter/lib/ui/painting/
Dpath.cc73 void CanvasPath::moveTo(float x, float y) { in moveTo() function in flutter::CanvasPath
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_uitest.js434 this.moveTo = function(...args) { method

12