Searched refs:fillRoundedRect (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.h131 void fillRoundedRect(const IntRect& rect, const IntSize& topLeft, function in class:WebCore::PlatformGraphicsContext
135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
H A DPlatformGraphicsContextSkia.h96 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
H A DGraphicsContextAndroid.cpp225 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, function in class:WebCore::GraphicsContext
233 platformContext()->fillRoundedRect(rect, topLeft, topRight,
H A DPlatformGraphicsContextRecording.h134 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
H A DGraphicsOperation.h498 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
H A DPlatformGraphicsContextSkia.cpp543 void PlatformGraphicsContextSkia::fillRoundedRect( function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp887 void PlatformGraphicsContextRecording::fillRoundedRect( function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebKit/win/
H A DFullscreenVideoController.cpp135 context.fillRoundedRect(m_rect, radius, radius, radius, radius, Color(sliderGutterColor), ColorSpaceDeviceRGB);
499 context.fillRoundedRect(outerRect, outerRadius, outerRadius, outerRadius, outerRadius, Color(borderColor), ColorSpaceDeviceRGB);
501 context.fillRoundedRect(innerRect, innerRadius, innerRadius, innerRadius, innerRadius, Color(backgroundColor), ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/platform/win/
H A DDragImageWin.cpp206 context.fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor, ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h331 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&, ColorSpace);
332 void fillRoundedRect(const RoundedIntRect&, const Color&, ColorSpace);
H A DGraphicsContext.cpp621 void GraphicsContext::fillRoundedRect(const RoundedIntRect& rect, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
623 fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomLeft(), rect.radii().bottomRight(), color, colorSpace);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp589 paintInfo.context->fillRoundedRect(r, IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), m_sliderThumbColor, ColorSpaceDeviceRGB);
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp621 context->fillRoundedRect(border, bgColor, style()->colorSpace());
2125 context->fillRoundedRect(fillRect, Color::black, s->colorSpace());
2153 context->fillRoundedRect(border, shadowColor, s->colorSpace());
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp821 void GraphicsContext::fillRoundedRect(const IntRect& rect, function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1211 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& c, ColorSpace colorSpace) function in class:WebCore::GraphicsContext

Completed in 1929 milliseconds