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

/external/fonttools/Lib/fontTools/pens/
H A DtransformPen.py31 def lineTo(self, pt): member in class:TransformPen
32 self._outPen.lineTo(self._transformPoint(pt))
63 pen.lineTo((0, 100))
H A DbasePen.py30 BasePen, you _don't_ override moveTo(), lineTo(), etc., but _moveTo(),
54 def lineTo(self, pt): member in class:AbstractPen
125 def lineTo(self, pt): member in class:NullPen
222 def lineTo(self, pt): member in class:BasePen
251 self.lineTo(points[0])
281 self.lineTo(points[0])
356 pen.lineTo((0, 100))
/external/fonttools/Tools/fontTools/pens/
H A DtransformPen.py31 def lineTo(self, pt): member in class:TransformPen
32 self._outPen.lineTo(self._transformPoint(pt))
63 pen.lineTo((0, 100))
H A DbasePen.py30 BasePen, you _don't_ override moveTo(), lineTo(), etc., but _moveTo(),
54 def lineTo(self, pt): member in class:AbstractPen
125 def lineTo(self, pt): member in class:NullPen
222 def lineTo(self, pt): member in class:BasePen
251 self.lineTo(points[0])
281 self.lineTo(points[0])
356 pen.lineTo((0, 100))
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPath.java34 public void lineTo(float x, float y) { method in class:ShadowPath
/external/skia/src/pathops/
H A DSkPathWriter.cpp24 lineTo();
39 lineTo();
57 lineTo();
80 lineTo();
114 void SkPathWriter::lineTo() { function in class:SkPathWriter
122 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", fDefer[1].fX, fDefer[1].fY);
124 fPathPtr->lineTo(fDefer[1].fX, fDefer[1].fY);
141 lineTo();
/external/freetype/src/cff/
H A Dcf2glue.h127 CF2_Callback_Type lineTo; member in struct:CF2_OutlineCallbacksRec_
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2glue.h127 CF2_Callback_Type lineTo; member in struct:CF2_OutlineCallbacksRec_
/external/skia/gm/
H A Dpoly2poly.cpp23 void lineTo(double x, double y);
56 void SkJSCanvas::lineTo(double x, double y) { function in class:SkJSCanvas
57 fPath.lineTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
94 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100);
96 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100); path.moveTo(200, 200);
113 ctx.lineTo(150, 100);
114 ctx.lineTo(150, 15);
115 ctx.lineTo(10, 15);
139 ctx.lineTo(150, 100);
140 ctx.lineTo(15
[all...]
/external/skia/src/utils/
H A DSkCullPoints.cpp78 SkCullPoints::LineToResult SkCullPoints::lineTo(int x, int y, SkIPoint line[]) { function in class:SkCullPoints
126 void SkCullPointsPath::lineTo(int x, int y) { function in class:SkCullPointsPath
129 switch (fCP.lineTo(x, y, pts)) {
134 fPath->lineTo(SkIntToScalar(pts[1].fX), SkIntToScalar(pts[1].fY));
/external/skia/include/core/
H A DSkPath.h124 * changed (e.g. lineTo(), addRect(), etc.) then the cached value will be
239 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2
350 void lineTo(SkScalar x, SkScalar y);
358 void lineTo(const SkPoint& p) { function in class:SkPath
359 this->lineTo(p.fX, p.fY);
362 /** Same as lineTo, but the coordinates are considered relative to the last
466 * current last point, then an automatic lineTo() is added to connect the current contour
694 * this->lineTo(pts[i]);
1005 // called before we add points for lineTo, quadTo, cubicTo, checking to see
1008 // SkPath path; path.lineTo(
[all...]
/external/skia/src/core/
H A DSkStroke.cpp166 void lineTo(const SkPoint&);
413 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
414 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
417 void SkPathStroker::lineTo(const SkPoint& currPt) { function in class:SkPathStroker
787 this->lineTo(pt2);
791 this->lineTo(reduction);
794 this->lineTo(pt2);
801 this->lineTo(pt2);
823 this->lineTo(pt2);
827 this->lineTo(reductio
[all...]
H A DSkPath.cpp124 // flag to require a moveTo if we begin with something else, like lineTo etc.
710 void SkPath::lineTo(SkScalar x, SkScalar y) { function in class:SkPath
725 this->lineTo(pt.fX + x, pt.fY + y);
752 this->lineTo(x2, y2);
754 this->lineTo(x1, y1);
755 this->lineTo(x2, y2);
860 this->lineTo(left, bottom);
861 this->lineTo(right, bottom);
862 this->lineTo(right, top);
864 this->lineTo(righ
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1866 milliseconds