Searched defs:moveTo (Results 1 - 25 of 46) sorted by relevance

12

/external/fonttools/Lib/fontTools/pens/
H A DtransformPen.py28 def moveTo(self, pt): member in class:TransformPen
29 self._outPen.moveTo(self._transformPoint(pt))
62 pen.moveTo((0, 0))
H A DbasePen.py30 BasePen, you _don't_ override moveTo(), lineTo(), etc., but _moveTo(),
48 def moveTo(self, pt): member in class:AbstractPen
122 def moveTo(self, pt): member in class:NullPen
218 def moveTo(self, pt): member in class:BasePen
355 pen.moveTo((0, 0))
/external/fonttools/Tools/fontTools/pens/
H A DtransformPen.py28 def moveTo(self, pt): member in class:TransformPen
29 self._outPen.moveTo(self._transformPoint(pt))
62 pen.moveTo((0, 0))
H A DbasePen.py30 BasePen, you _don't_ override moveTo(), lineTo(), etc., but _moveTo(),
48 def moveTo(self, pt): member in class:AbstractPen
122 def moveTo(self, pt): member in class:NullPen
218 def moveTo(self, pt): member in class:BasePen
355 pen.moveTo((0, 0))
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/files/
H A DFileHandleStream.java83 public void moveTo (FileHandle dest) { method in class:FileHandleStream
H A DFileHandle.java310 public void moveTo (FileHandle dest) { method in class:FileHandle
/external/libgdx/gdx/src/com/badlogic/gdx/files/
H A DFileHandleStream.java86 public void moveTo (FileHandle dest) { method in class:FileHandleStream
H A DFileHandle.java590 public void moveTo (FileHandle dest) { method in class:FileHandle
/external/skia/src/effects/
H A DSkCornerPathEffect.cpp44 SkPoint moveTo, lastCorner; local
50 moveTo.set(0, 0);
63 moveTo = pts[0];
66 dst->moveTo(pts[0]);
74 dst->moveTo(moveTo + step);
90 dst->moveTo(pts[0]);
100 dst->moveTo(pts[0]);
109 dst->moveTo(pts[0]);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java27 public void moveTo(float x, float y) { method in class:ShadowPath
61 * @return whether the {@link #moveTo(float, float)} method was called
/external/skia/src/pathops/
H A DSkPathWriter.cpp44 moveTo();
63 moveTo();
118 moveTo();
146 moveTo();
173 void SkPathWriter::moveTo() { function in class:SkPathWriter
179 SkDebugf("path.moveTo(%1.9g,%1.9g);\n", fDefer[0].fX, fDefer[0].fY);
181 fPathPtr->moveTo(fDefer[0].fX, fDefer[0].fY);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java95 public void moveTo(int offset) { method in class:AnnotatedBytes
/external/freetype/src/cff/
H A Dcf2glue.h97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */
126 CF2_Callback_Type moveTo; member in struct:CF2_OutlineCallbacksRec_
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtFileHandle.java383 public void moveTo (FileHandle dest) { method in class:GwtFileHandle
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/preloader/
H A DFileWrapper.java525 public void moveTo (FileWrapper dest) { method in class:FileWrapper
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcf2glue.h97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */
126 CF2_Callback_Type moveTo; member in struct:CF2_OutlineCallbacksRec_
/external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
H A DFileDescriptor.java497 public void moveTo (FileDescriptor dest) { method in class:FileDescriptor
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp79 Stack::moveTo(Stack& that) function in class:nv50_ir::Stack
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2glue.h97 /* `moveTo' and `pt3' is not used for `quadTo'. The initial point `pt0' */
126 CF2_Callback_Type moveTo; member in struct:CF2_OutlineCallbacksRec_
/external/skia/gm/
H A Dpoly2poly.cpp25 void moveTo(double x, double y);
55 void SkJSCanvas::moveTo(double x, double y) { function in class:SkJSCanvas
56 fPath.moveTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
91 path.reset(); path.moveTo(0, 0);
93 path.reset(); path.moveTo(100, 100);
95 path.reset(); path.moveTo(0, 0); path.moveTo(100, 100);
97 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100);
99 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100); path.moveTo(20
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
H A DActions.java66 static public MoveToAction moveTo (float x, float y) { method in class:Actions
67 return moveTo(x, y, 0, null);
70 static public MoveToAction moveTo (float x, float y, float duration) { method in class:Actions
71 return moveTo(x, y, duration, null);
74 static public MoveToAction moveTo (float x, float y, float duration, Interpolation interpolation) { method in class:Actions
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp92 void moveTo(InstPartition &Other) { function in class:__anon12932::InstPartition
342 PartJ->moveTo(*PartI);
520 I->moveTo(*PrevMatch);
/external/skia/include/core/
H A DSkPath.h271 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2
355 void moveTo(SkScalar x, SkScalar y);
361 void moveTo(const SkPoint& p) { function in class:SkPath
362 this->moveTo(p.fX, p.fY);
367 same as moveTo().
377 moveTo() call has been made for this contour, the first point is
385 /** Add a line from the last point to the specified point. If no moveTo()
396 point on this contour. If there is no previous point, then a moveTo(0,0)
407 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
418 p1, and ending at p2. If no moveTo() cal
[all...]
/external/skia/src/core/
H A DSkStroke.cpp128 void moveTo(const SkPoint&);
269 fOuter.moveTo(fFirstOuterPt.fX, fFirstOuterPt.fY);
270 fInner.moveTo(prevX - normal->fX, prevY - normal->fY);
299 fOuter.moveTo(pt.fX, pt.fY);
362 void SkPathStroker::moveTo(const SkPoint& pt) { function in class:SkPathStroker
665 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
703 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
1220 /* If the stroke consists of a moveTo followed by a degenerate curve, treat it
1381 stroker.moveTo(pts[0]);
1402 /* If the stroke consists of a moveTo followe
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1429 milliseconds

12