Searched defs:drawLine (Results 1 - 20 of 20) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivity.java237 drawLine(canvas, paint, points[0], points[1]);
241 drawLine(canvas, paint, points[0], points[1]);
242 drawLine(canvas, paint, points[2], points[3]);
252 private static void drawLine(Canvas canvas, Paint paint, ResultPoint a, ResultPoint b) { method in class:CaptureActivity
253 canvas.drawLine(a.getX(), a.getY(), b.getX(), b.getY(), paint);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp102 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
235 drawLine(origin, endPoint);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp102 void GraphicsContext::drawLine(const IntPoint& from, const IntPoint& to) function in class:WebCore::GraphicsContext
107 m_data->drawLine(from, to);
243 drawLine(origin, origin + IntSize(width, 0));
H A DPainterOpenVG.cpp919 void PainterOpenVG::drawLine(const IntPoint& from, const IntPoint& to) function in class:WebCore::PainterOpenVG
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java334 public void drawLine(int x1, int y1, int x2, int y2) method in class:OverrideGraphics2D
336 graphics.drawLine(x1, y1, x2, y2);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp168 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
174 platformContext()->drawLine(point1, point2);
H A DPlatformGraphicsContextSkia.cpp357 void PlatformGraphicsContextSkia::drawLine(const IntPoint& point1, function in class:WebCore::PlatformGraphicsContextSkia
427 canvas->drawLine(pts[0].fX, pts[0].fY, pts[1].fX, pts[1].fY, paint);
H A DPlatformGraphicsContextRecording.cpp841 void PlatformGraphicsContextRecording::drawLine(const IntPoint& point1, function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp206 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp281 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
721 drawLine(IntPoint(origin.x(), origin.y()), IntPoint(endPoint.x(), endPoint.y()));
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp185 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp338 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
424 p->drawLine(p1, p2);
880 // called from drawLine(...), Y coordinate will be increased by 0.5f
892 drawLine(IntPoint(startPoint.x(), startPoint.y()), IntPoint(endPoint.x(), endPoint.y()));
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp557 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
/external/skia/src/core/
H A DSkCanvas.cpp1834 void SkCanvas::drawLine(SkScalar x0, SkScalar y0, SkScalar x1, SkScalar y1, function in class:SkCanvas
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp670 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
1031 drawLine(roundedIntPoint(origin), roundedIntPoint(origin + FloatSize(width, 0)));
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h643 void (*drawLine)(ANPCanvas*, float x0, float y0, float x1, float y1, member in struct:ANPCanvasInterfaceV0
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 388 milliseconds