Searched defs:lineTo (Results 1 - 25 of 33) sorted by last modified time

12

/external/skia/src/core/
H A DSkPath.cpp125 // flag to require a moveTo if we begin with something else, like lineTo etc.
696 void SkPath::lineTo(SkScalar x, SkScalar y) { function in class:SkPath
711 this->lineTo(pt.fX + x, pt.fY + y);
738 this->lineTo(x2, y2);
740 this->lineTo(x1, y1);
741 this->lineTo(x2, y2);
846 this->lineTo(left, bottom);
847 this->lineTo(right, bottom);
848 this->lineTo(right, top);
850 this->lineTo(righ
[all...]
H A DSkStroke.cpp78 void lineTo(const SkPoint&);
231 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
232 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
235 void SkPathStroker::lineTo(const SkPoint& currPt) { function in class:SkPathStroker
372 this->lineTo(pt2);
394 fOuter.lineTo(tmp[2].fX + normalAB.fX, tmp[2].fY + normalAB.fY);
395 fOuter.lineTo(tmp[2].fX + normalBC.fX, tmp[2].fY + normalBC.fY);
396 fOuter.lineTo(tmp[4].fX + normalBC.fX, tmp[4].fY + normalBC.fY);
398 fInner.lineTo(tmp[2].fX - normalAB.fX, tmp[2].fY - normalAB.fY);
399 fInner.lineTo(tm
[all...]
/external/skia/src/pathops/
H A DSkPathWriter.cpp24 lineTo();
39 lineTo();
62 lineTo();
96 void SkPathWriter::lineTo() { function in class:SkPathWriter
104 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", fDefer[1].fX, fDefer[1].fY);
106 fPathPtr->lineTo(fDefer[1].fX, fDefer[1].fY);
123 lineTo();
/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/gm/
H A Dpoly2poly.cpp23 void lineTo(double x, double y);
55 void SkJSCanvas::lineTo(double x, double y) { function in class:SkJSCanvas
56 fPath.lineTo(SkDoubleToScalar(x), SkDoubleToScalar(y));
93 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100);
95 path.reset(); path.moveTo(0, 0); path.lineTo(100, 100); path.moveTo(200, 200);
112 ctx.lineTo(150, 100);
113 ctx.lineTo(150, 15);
114 ctx.lineTo(10, 15);
138 ctx.lineTo(150, 100);
139 ctx.lineTo(15
[all...]
/external/skia/include/core/
H A DSkPath.h120 * changed (e.g. lineTo(), addRect(), etc.) then the cached value will be
218 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2
338 void lineTo(SkScalar x, SkScalar y);
346 void lineTo(const SkPoint& p) { function in class:SkPath
347 this->lineTo(p.fX, p.fY);
350 /** Same as lineTo, but the coordinates are considered relative to the last
454 automatic lineTo() is added to connect the current contour to the start
697 * this->lineTo(pts[i]);
1011 // called before we add points for lineTo, quadTo, cubicTo, checking to see
1014 // SkPath path; path.lineTo(
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2glue.h127 CF2_Callback_Type lineTo; member in struct:CF2_OutlineCallbacksRec_
/external/fonttools/Lib/fontTools/pens/
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))
H A DtransformPen.py31 def lineTo(self, pt): member in class:TransformPen
32 self._outPen.lineTo(self._transformPoint(pt))
63 pen.lineTo((0, 100))
/external/fonttools/Tools/fontTools/pens/
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))
H A DtransformPen.py31 def lineTo(self, pt): member in class:TransformPen
32 self._outPen.lineTo(self._transformPoint(pt))
63 pen.lineTo((0, 100))
/external/freetype/src/cff/
H A Dcf2glue.h127 CF2_Callback_Type lineTo; member in struct:CF2_OutlineCallbacksRec_
/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/chromium_org/third_party/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/chromium_org/third_party/skia/include/core/
H A DSkPath.h121 * changed (e.g. lineTo(), addRect(), etc.) then the cached value will be
219 * a moveTo and a lineTo). If so, and line[] is not null, it sets the 2
339 void lineTo(SkScalar x, SkScalar y);
347 void lineTo(const SkPoint& p) { function in class:SkPath
348 this->lineTo(p.fX, p.fY);
351 /** Same as lineTo, but the coordinates are considered relative to the last
455 automatic lineTo() is added to connect the current contour to the start
698 * this->lineTo(pts[i]);
1013 // called before we add points for lineTo, quadTo, cubicTo, checking to see
1016 // SkPath path; path.lineTo(
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp125 // flag to require a moveTo if we begin with something else, like lineTo etc.
698 void SkPath::lineTo(SkScalar x, SkScalar y) { function in class:SkPath
713 this->lineTo(pt.fX + x, pt.fY + y);
740 this->lineTo(x2, y2);
742 this->lineTo(x1, y1);
743 this->lineTo(x2, y2);
848 this->lineTo(left, bottom);
849 this->lineTo(right, bottom);
850 this->lineTo(right, top);
852 this->lineTo(righ
[all...]
H A DSkStroke.cpp78 void lineTo(const SkPoint&);
231 fOuter.lineTo(currPt.fX + normal.fX, currPt.fY + normal.fY);
232 fInner.lineTo(currPt.fX - normal.fX, currPt.fY - normal.fY);
235 void SkPathStroker::lineTo(const SkPoint& currPt) { function in class:SkPathStroker
372 this->lineTo(pt2);
394 fOuter.lineTo(tmp[2].fX + normalAB.fX, tmp[2].fY + normalAB.fY);
395 fOuter.lineTo(tmp[2].fX + normalBC.fX, tmp[2].fY + normalBC.fY);
396 fOuter.lineTo(tmp[4].fX + normalBC.fX, tmp[4].fY + normalBC.fY);
398 fInner.lineTo(tmp[2].fX - normalAB.fX, tmp[2].fY - normalAB.fY);
399 fInner.lineTo(tm
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathWriter.cpp24 lineTo();
39 lineTo();
62 lineTo();
96 void SkPathWriter::lineTo() { function in class:SkPathWriter
104 SkDebugf("path.lineTo(%1.9g,%1.9g);\n", fDefer[1].fX, fDefer[1].fY);
106 fPathPtr->lineTo(fDefer[1].fX, fDefer[1].fY);
123 lineTo();
/external/chromium_org/third_party/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2glue.h127 CF2_Callback_Type lineTo; member in struct:CF2_OutlineCallbacksRec_
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPathTraversalState.cpp188 float PathTraversalState::lineTo(const FloatPoint& point) function in class:blink::PathTraversalState

Completed in 1857 milliseconds

12