HomeSort by relevance Sort by last modified time
    Searched refs:strokeRect (Results 1 - 21 of 21) sorted by null

  /external/skia/include/core/
SkStroke.h 55 void strokeRect(const SkRect& rect, SkPath*) const;
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 247 strokeRect(FloatRect(finalFocusRect), 1.f);
335 void GraphicsContext::strokeRect(const FloatRect& rect)
343 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth)
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 144 void strokeRect(float x, float y, float width, float height);
145 void strokeRect(float x, float y, float width, float height, float lineWidth);
CanvasRenderingContext2D.idl 103 [Custom] void strokeRect(/* 4 */);
CanvasRenderingContext2D.cpp 749 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height)
753 strokeRect(x, y, width, height, state().m_lineWidth);
756 void CanvasRenderingContext2D::strokeRect(float x, float y, float width, float height, float lineWidth)
776 c->strokeRect(rect, lineWidth);
    [all...]
  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 167 JSValue JSCanvasRenderingContext2D::strokeRect(ExecState* exec, const ArgList& args)
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/
GraphicsContext.h 253 void strokeRect(const FloatRect&);
254 void strokeRect(const FloatRect&, float lineWidth);
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 227 [NSBezierPath strokeRect:rect];
263 [NSBezierPath strokeRect:rect];
  /external/webkit/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 165 INC_STATS("DOM.CanvasRenderingContext2D.strokeRect()");
168 context->strokeRect(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]), toFloat(args[4]));
170 context->strokeRect(toFloat(args[0]), toFloat(args[1]), toFloat(args[2]), toFloat(args[3]));
  /external/webkit/WebCore/inspector/front-end/
SummaryBar.js 118 ctx.strokeRect(0.5, 0.5, 12, 12);
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 101 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
227 m_data->m_view->StrokeRect(region.Frame(), B_MIXED_COLORS);
278 void GraphicsContext::strokeRect(const FloatRect& rect, float width)
285 m_data->m_view->StrokeRect(rect, getHaikuStrokeStyle());
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 444 drawingContext->strokeRect(tickRect, 1);
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 544 void GraphicsContext::strokeRect(const FloatRect&, float)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 943 void GraphicsContext::strokeRect(const FloatRect& rect, float lineWidth)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 849 void GraphicsContext::strokeRect(const FloatRect& r, float lineWidth)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp     [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 923 void GraphicsContext::strokeRect(const FloatRect& rect, float width)
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 845 void GraphicsContext::strokeRect(const FloatRect& rect, float width)
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 159 milliseconds