Searched defs:drawLineForText (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp229 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp233 void GraphicsContext::drawLineForText(const IntPoint& origin, int width, bool printing) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp177 void GraphicsContext::drawLineForText(const FloatPoint& pt, float width, bool /* printing */) function in class:WebCore::GraphicsContext
183 platformContext()->drawLineForText(pt, width);
H A DPlatformGraphicsContextSkia.cpp431 void PlatformGraphicsContextSkia::drawLineForText(const FloatPoint& pt, float width) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp851 void PlatformGraphicsContextRecording::drawLineForText(const FloatPoint& pt, float width) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp339 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp713 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1223 void GraphicsContext::drawLineForText(const FloatPoint& point, float width, bool printing) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp865 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp688 void GraphicsContext::drawLineForText(const FloatPoint& pt, function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1024 void GraphicsContext::drawLineForText(const FloatPoint& origin, float width, bool printing) function in class:WebCore::GraphicsContext

Completed in 243 milliseconds