Searched refs:addInnerRoundedRectClip (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.h63 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness);
H A DGraphicsContextAndroid.cpp271 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
276 platformContext()->addInnerRoundedRectClip(rect, thickness);
H A DPlatformGraphicsContext.h95 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness) = 0;
H A DPlatformGraphicsContextRecording.h101 virtual void addInnerRoundedRectClip(const IntRect& rect, int thickness);
H A DGraphicsOperation.h237 context->addInnerRoundedRectClip(m_rect, m_thickness);
H A DPlatformGraphicsContextSkia.cpp154 void PlatformGraphicsContextSkia::addInnerRoundedRectClip(const IntRect& rect, function in class:WebCore::PlatformGraphicsContextSkia
H A DPlatformGraphicsContextRecording.cpp701 void PlatformGraphicsContextRecording::addInnerRoundedRectClip(const IntRect& rect, function in class:WebCore::PlatformGraphicsContextRecording
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1677 graphicsContext->addInnerRoundedRectClip(IntRect(leftX, leftY, border.radii().topLeft().width() * 2, border.radii().topLeft().height() * 2),
1698 graphicsContext->addInnerRoundedRectClip(IntRect(rightX, leftY, border.radii().topRight().width() * 2, border.radii().topRight().height() * 2),
1749 graphicsContext->addInnerRoundedRectClip(IntRect(leftX, leftY, border.radii().bottomLeft().width() * 2, border.radii().bottomLeft().height() * 2),
1776 graphicsContext->addInnerRoundedRectClip(IntRect(rightX, rightY, border.radii().bottomRight().width() * 2, border.radii().bottomRight().height() * 2),
1822 graphicsContext->addInnerRoundedRectClip(IntRect(topX, topY, border.radii().topLeft().width() * 2, border.radii().topLeft().height() * 2),
1843 graphicsContext->addInnerRoundedRectClip(IntRect(topX, bottomY, border.radii().bottomLeft().width() * 2, border.radii().bottomLeft().height() * 2),
1891 graphicsContext->addInnerRoundedRectClip(IntRect(topX, topY, border.radii().topRight().width() * 2, border.radii().topRight().height() * 2),
1913 graphicsContext->addInnerRoundedRectClip(IntRect(bottomX, bottomY, border.radii().bottomRight().width() * 2, border.radii().bottomRight().height() * 2),
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp430 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp440 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h364 void addInnerRoundedRectClip(const IntRect&, int thickness);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp605 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp877 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp291 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp875 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1190 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1060 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) function in class:WebCore::GraphicsContext

Completed in 550 milliseconds