Home
last modified time | relevance | path

Searched defs:lineTo (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/src/gpu/tessellate/
H A DTessellation.cpp36 void lineTo(SkPoint p1) { fPath.lineTo(p1); } in lineTo() function in skgpu::__anon18868::PathChopper
H A DStrokeFixedCountTessellator.cpp68 SK_ALWAYS_INLINE void lineTo(SkPoint start, SkPoint end) { in lineTo() function in skgpu::__anon18865::InstanceWriter
/third_party/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js108 function lineTo(skpath, x, y) { function
H A Dcanvas2dcontext.js
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsglue.h127 CF2_Callback_Type lineTo; member
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPathBuilder.java22 public void lineTo(float x, float y) { in lineTo() method in PathBuilder
/third_party/skia/bench/
H A DPathOpsBench.cpp108 void lineTo(float x, float y) { in lineTo() function
/third_party/skia/include/core/
H A DSkPathBuilder.h42 SkPathBuilder& lineTo(SkScalar x, SkScalar y) { return this->lineTo(SkPoint::Make(x, y)); } in lineTo() function in SkPathBuilder
H A DSkPath.h605 SkPath& lineTo(const SkPoint& p) { in lineTo() function in SkPath
[all...]
/third_party/skia/modules/pathkit/
H A Dchaining.js
H A Dexterns.js
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp46 void lineTo(SkPoint p) { in lineTo() function in __anon18654::PathRecorder
[all...]
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp116 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
/third_party/skia/modules/canvaskit/
H A Dexterns.js
H A Dinterface.js
/third_party/skia/src/core/
H A DSkPathBuilder.cpp100 SkPathBuilder& SkPathBuilder::lineTo(SkPoint pt) { in lineTo() function in SkPathBuilder
[all...]
H A DSkStroke.cpp466 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) { in lineTo() function in SkPathStroker
[all...]
H A DSkPath.cpp657 SkPath& SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
[all...]

Completed in 19 milliseconds