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::__anon629b777d0111::PathChopper
/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/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsglue.h126 CF2_Callback_Type moveTo; member
/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/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/experimental/sktext/src/
DLine.h121 void moveTo(Stretch& tail) { in moveTo() function
/third_party/flutter/skia/modules/pathkit/
Dchaining.js107 PathKit.SkPath.prototype.moveTo = function(x, y) { method in PathKit.SkPath
/third_party/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/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/skia/src/pathops/
DSkPathWriter.cpp139 void SkPathWriter::moveTo() { in moveTo() function in SkPathWriter
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_window.js213 moveTo: function (...args) { method
/third_party/flutter/skia/include/core/
DSkPath.h563 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/skia/samplecode/
DSampleSimpleStroker.cpp41 void moveTo(SkPoint p) { in moveTo() function in __anoncf6494510111::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/flutter/skia/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp94 void GrCCStrokeGeometry::moveTo(SkPoint pt) { in moveTo() function in GrCCStrokeGeometry
/third_party/boringssl/src/util/fipstools/delocate/
Ddelocate.go931 func moveTo(w stringWriter, target string, isAVX bool, source string) wrapperFunc { func
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp88 void moveTo(const SkPoint& p) { in moveTo() function in __anona99041b90111::PathGeoBuilder

12