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

/external/webkit/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp167 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec, const ArgList& args) function in class:WebCore::JSCanvasRenderingContext2D
172 context->strokeRect(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
175 context->strokeRect(args.at(0).toFloat(exec), args.at(1).toFloat(exec),
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp278 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp247 strokeRect(FloatRect(finalFocusRect), 1.f);
335 void GraphicsContext::strokeRect(const FloatRect& rect) function in class:WebCore::GraphicsContext
343 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp544 void GraphicsContext::strokeRect(const FloatRect&, float) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp749 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
753 strokeRect(x, y, width, height, state().m_lineWidth);
756 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth) function in class:WebCore::CanvasRenderingContext2D
776 c->strokeRect(rect, lineWidth);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp943 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp923 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp849 void GraphicsContext::strokeRect(const FloatRect& r, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp845 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1133 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp1098 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext

Completed in 234 milliseconds