/external/fonttools/Lib/fontTools/pens/ |
D | basePen.py | 54 def lineTo(self, pt): member in AbstractPen 125 def lineTo(self, pt): member in NullPen 222 def lineTo(self, pt): member in BasePen
|
D | transformPen.py | 31 def lineTo(self, pt): member in TransformPen
|
/external/skia/src/pathops/ |
D | SkPathWriter.cpp | 114 void SkPathWriter::lineTo() { in lineTo() function in SkPathWriter
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPath.java | 34 public void lineTo(float x, float y) { in lineTo() method in ShadowPath
|
/external/freetype/src/cff/ |
D | cf2glue.h | 127 CF2_Callback_Type lineTo; member
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2glue.h | 127 CF2_Callback_Type lineTo; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cf2glue.h | 127 CF2_Callback_Type lineTo; member
|
/external/skia/gm/ |
D | poly2poly.cpp | 59 void SkJSCanvas::lineTo(double x, double y) { in lineTo() function in SkJSCanvas
|
/external/skia/src/gpu/batches/ |
D | GrAAConvexTessellator.cpp | 826 void GrAAConvexTessellator::lineTo(SkPoint p, bool isCurve) { in lineTo() function in GrAAConvexTessellator 856 void GrAAConvexTessellator::lineTo(const SkMatrix& m, SkPoint p, bool isCurve) { in lineTo() function in GrAAConvexTessellator
|
/external/skia/include/core/ |
D | SkPath.h | 391 void lineTo(const SkPoint& p) { in lineTo() function
|
/external/chromium-trace/catapult/third_party/flot/ |
D | excanvas.js | 631 contextPrototype.lineTo = function(aX, aY) { function
|
/external/skia/src/core/ |
D | SkStroke.cpp | 408 void SkPathStroker::lineTo(const SkPoint& currPt, const SkPath::Iter* iter) { in lineTo() function in SkPathStroker
|
D | SkPath.cpp | 753 void SkPath::lineTo(SkScalar x, SkScalar y) { in lineTo() function in SkPath
|