/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContext.h | 131 void fillRoundedRect(const IntRect& rect, const IntSize& topLeft, in fillRoundedRect() function 135 fillRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight, color); in fillRoundedRect() 137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
|
D | GraphicsContextAndroid.cpp | 223 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext 231 platformContext()->fillRoundedRect(rect, topLeft, topRight, in fillRoundedRect()
|
D | PlatformGraphicsContextSkia.h | 96 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
|
D | PlatformGraphicsContextRecording.h | 137 virtual void fillRoundedRect(const IntRect& rect, const IntSize& topLeft,
|
D | GraphicsOperation.h | 501 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
|
D | PlatformGraphicsContextSkia.cpp | 543 void PlatformGraphicsContextSkia::fillRoundedRect( in fillRoundedRect() function in WebCore::PlatformGraphicsContextSkia
|
D | PlatformGraphicsContextRecording.cpp | 888 void PlatformGraphicsContextRecording::fillRoundedRect( in fillRoundedRect() function in WebCore::PlatformGraphicsContextRecording
|
/external/webkit/Source/WebKit/win/ |
D | FullscreenVideoController.cpp | 135 …context.fillRoundedRect(m_rect, radius, radius, radius, radius, Color(sliderGutterColor), ColorSpa… in draw() 499 …context.fillRoundedRect(outerRect, outerRadius, outerRadius, outerRadius, outerRadius, Color(borde… in draw() 501 …context.fillRoundedRect(innerRect, innerRadius, innerRadius, innerRadius, innerRadius, Color(backg… in draw()
|
D | ChangeLog | 7954 Updated fillRoundedRect to take a ColorSpace argument.
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 331 …void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSiz… 332 void fillRoundedRect(const RoundedIntRect&, const Color&, ColorSpace);
|
D | GraphicsContext.cpp | 621 void GraphicsContext::fillRoundedRect(const RoundedIntRect& rect, const Color& color, ColorSpace co… in fillRoundedRect() function in WebCore::GraphicsContext 623 …fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomL… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/win/ |
D | DragImageWin.cpp | 206 context.fillRoundedRect(rect, radii, radii, radii, radii, backgroundColor, ColorSpaceDeviceRGB); in createDragImageForLink()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 180 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 176 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 278 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 589 …paintInfo.context->fillRoundedRect(r, IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), IntSize(3, 3), … in paintMediaSliderThumb()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 621 context->fillRoundedRect(border, bgColor, style()->colorSpace()); in paintFillLayerExtended() 2125 context->fillRoundedRect(fillRect, Color::black, s->colorSpace()); in paintBoxShadow() 2153 context->fillRoundedRect(border, shadowColor, s->colorSpace()); in paintBoxShadow()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 821 void GraphicsContext::fillRoundedRect(const IntRect& rect, in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topR… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 747 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& t… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1211 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSiz… in fillRoundedRect() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 12996 (WebCore::GraphicsContext::fillRoundedRect): Ditto. 23632 …return RoundedIntRect and GraphicsContext::addRoundedRectClip(), GraphicsContext::fillRoundedRect() 23645 (WebCore::GraphicsContext::fillRoundedRect): 23722 …return RoundedIntRect and GraphicsContext::addRoundedRectClip(), GraphicsContext::fillRoundedRect() 23735 (WebCore::GraphicsContext::fillRoundedRect): 24393 …return RoundedIntRect and GraphicsContext::addRoundedRectClip(), GraphicsContext::fillRoundedRect() 24406 (WebCore::GraphicsContext::fillRoundedRect): 31934 (WebCore::GraphicsContext::fillRoundedRect): 31941 (WebCore::GraphicsContext::fillRoundedRect): 33405 (WebCore::GraphicsContext::fillRoundedRect): [all …]
|
D | ChangeLog-2010-12-06 | 273 (WebCore::GraphicsContext::fillRoundedRect): 3593 (WebCore::GraphicsContext::fillRoundedRect): 17067 (WebCore::GraphicsContext::fillRoundedRect): 34331 (WebCore::GraphicsContext::fillRoundedRect): Updated drawPathShadow call. 35506 (WebCore::GraphicsContext::fillRoundedRect): 35508 (WebCore::GraphicsContext::fillRoundedRect): 35510 (WebCore::GraphicsContext::fillRoundedRect): 38790 (WebCore::GraphicsContext::fillRoundedRect): 42294 (WebCore::GraphicsContext::fillRoundedRect): 48798 (WebCore::GraphicsContext::fillRoundedRect): Ditto. [all …]
|
D | ChangeLog-2010-01-29 | 42 (WebCore::GraphicsContext::fillRoundedRect): 381 (WebCore::GraphicsContext::fillRoundedRect): 12332 (WebCore::GraphicsContext::fillRoundedRect): 34094 (WebCore::GraphicsContext::fillRoundedRect): 34346 (WebCore::GraphicsContext::fillRoundedRect): 34371 (WebCore::GraphicsContext::fillRoundedRect): 34380 (WebCore::GraphicsContext::fillRoundedRect): 34387 (WebCore::GraphicsContext::fillRoundedRect): 34397 (WebCore::GraphicsContext::fillRoundedRect): 34403 (WebCore::GraphicsContext::fillRoundedRect): [all …]
|