Searched refs:strokeRect (Results 1 - 25 of 29) sorted by relevance

12

/external/skia/src/core/
H A DSkStroke.h42 void strokeRect(const SkRect& rect, SkPath* result,
H A DSkStroke.cpp620 // If src is really a rect, call our specialty strokeRect() method
625 this->strokeRect(src.getBounds(), dst, dir);
758 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, function in class:SkStroke
/external/skia/legacy/include/core/
H A DSkStroke.h44 void strokeRect(const SkRect& rect, SkPath*) const;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h101 virtual void strokeRect(const FloatRect& rect, float lineWidth);
H A DGraphicsContextAndroid.cpp460 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
466 platformContext()->strokeRect(rect, lineWidth);
H A DPlatformGraphicsContext.h142 virtual void strokeRect(const FloatRect& rect, float lineWidth) = 0;
H A DPlatformGraphicsContextRecording.h142 virtual void strokeRect(const FloatRect& rect, float lineWidth);
H A DGraphicsOperation.h552 context->strokeRect(m_rect, m_lineWidth);
H A DPlatformGraphicsContextSkia.cpp601 void PlatformGraphicsContextSkia::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp908 void PlatformGraphicsContextRecording::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h157 void strokeRect(float x, float y, float width, float height);
158 void strokeRect(float x, float y, float width, float height, float lineWidth);
H A DCanvasRenderingContext2D.idl116 void strokeRect(in float x, in float y, in float width, in float height, in [Optional] float lineWidth);
163 [Custom] void strokeRect(/* 4 */);
H A DCanvasRenderingContext2D.cpp1019 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height) function in class:WebCore::CanvasRenderingContext2D
1023 strokeRect(x, y, width, height, state().m_lineWidth);
1026 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth) function in class:WebCore::CanvasRenderingContext2D
1045 c->strokeRect(rect, lineWidth);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp228 strokeRect(FloatRect(finalFocusRect), 1.f);
316 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/bindings/js/
H A DJSCanvasRenderingContext2DCustom.cpp173 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec) function in class:WebCore::JSCanvasRenderingContext2D
178 context->strokeRect(exec->argument(0).toFloat(exec), exec->argument(1).toFloat(exec),
181 context->strokeRect(exec->argument(0).toFloat(exec), exec->argument(1).toFloat(exec),
/external/webkit/Examples/NetscapeInputMethodPlugin/
H A Dmain.m227 [NSBezierPath strokeRect:rect];
263 [NSBezierPath strokeRect:rect];
/external/webkit/Source/WebCore/inspector/front-end/
H A DSummaryBar.js118 ctx.strokeRect(0.5, 0.5, 12, 12);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp276 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm459 drawingContext->strokeRect(tickRect, 1);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h337 void strokeRect(const FloatRect&, float lineWidth);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp575 void GraphicsContext::strokeRect(const FloatRect&, float) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp642 context->strokeRect(bounds, 1.0f);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp962 void GraphicsContext::strokeRect(const FloatRect& rect, float width) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp1213 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp1131 ctx->strokeRect(innerRect, pixelWidth);

Completed in 266 milliseconds

12