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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 131 void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color);
137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
PlatformGraphicsContextSkia.h 96 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
GraphicsContextAndroid.cpp 225 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
233 platformContext()->fillRoundedRect(rect, topLeft, topRight,
PlatformGraphicsContextRecording.h 134 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
GraphicsOperation.h 482 class FillRoundedRect : public Operation {
484 FillRoundedRect(const IntRect& rect,
498 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
PlatformGraphicsContextSkia.cpp 543 void PlatformGraphicsContextSkia::fillRoundedRect(
PlatformGraphicsContextRecording.cpp 887 void PlatformGraphicsContextRecording::fillRoundedRect(
892 appendDrawingOperation(NEW_OP(FillRoundedRect)(rect, topLeft,
    [all...]
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 135 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/
DragImageWin.cpp 206 context.fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor, ColorSpaceDeviceRGB);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 331 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);
GraphicsContext.cpp 621 void GraphicsContext::fillRoundedRect(const RoundedIntRect& rect, const Color& color, ColorSpace colorSpace)
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/
GraphicsContextHaiku.cpp 180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 589 paintInfo.context->fillRoundedRect(r, IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), m_sliderThumbColor, ColorSpaceDeviceRGB);
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 621 context->fillRoundedRect(border, bgColor, style()->colorSpace());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 821 void GraphicsContext::fillRoundedRect(const IntRect& rect,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]

Completed in 211 milliseconds