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

  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 60 void GraphicsContext::drawFocusRing(const Path& path, int width, int /*offset*/, const Color& color)
73 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 97 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
PlatformGraphicsContextSkia.h 81 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
GraphicsContextAndroid.cpp 407 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
413 platformContext()->drawFocusRing(rects, width, offset, color);
416 void GraphicsContext::drawFocusRing(const Path&, int, int, const Color&)
PlatformGraphicsContext.h 111 virtual void drawFocusRing(const Vector<IntRect>& rects, int /* width */,
PlatformGraphicsContextRecording.cpp 281 void PlatformGraphicsContextRecording::drawFocusRing(const Vector<IntRect>& rects,
PlatformGraphicsContextSkia.cpp 308 void PlatformGraphicsContextSkia::drawFocusRing(const Vector<IntRect>& rects,
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCGWin.cpp 131 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
136 // FIXME: This is nearly identical to the GraphicsContext::drawFocusRing function in GraphicsContextMac.mm.
138 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 205 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
210 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 417 void drawFocusRing(const Vector<IntRect>&, int width, int offset, const Color&);
418 void drawFocusRing(const Path&, int width, int offset, const Color&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 286 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
291 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 205 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 631 void GraphicsContext::drawFocusRing(const Path& path, int width, int /* offset */, const Color& color)
649 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int /* offset */, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 521 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
526 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int /* width */, int /* offset */, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 369 paintInfo.context->drawFocusRing(path, outlineWidth,
RenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 827 void GraphicsContext::drawFocusRing(const Path& path, int /* width */, int offset, const Color& color)
842 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 987 void GraphicsContext::drawFocusRing(const Path& path, int width, int offset, const Color& color)
992 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color)
    [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 71 milliseconds