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

/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/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/android/
H A DGraphicsContextAndroid.cpp549 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) function in class:WebCore::GraphicsContext
621 canvas->drawLine(pts[0].fX, pts[0].fY, pts[1].fX, pts[1].fY, paint);
/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.cpp1517 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 ...

Completed in 469 milliseconds