Searched refs:clipOut (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp381 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
430 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp416 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
458 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h274 void clipOut(const IntRect&);
331 void clipOut(const Path&);
H A DGraphicsContext.cpp460 clipOut(Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight));
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp311 void GraphicsContext::clipOut(const Path&) function in class:WebCore::GraphicsContext
316 void GraphicsContext::clipOut(const IntRect&) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/rendering/
H A DRenderFieldset.cpp156 graphicsContext->clipOut(IntRect(tx + legend->x(), clipTop,
H A DRenderBoxModelObject.cpp1400 context->clipOut(rectToClipOut);
H A DRenderBlock.cpp2016 paintInfo->context->clipOut(IntRect(tx + r->x(), ty + r->y(), r->width(), r->height()));
2036 paintInfo->context->clipOut(IntRect(tx + r->m_left + r->m_renderer->marginLeft(),
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1085 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
1120 void GraphicsContext::clipOut(const IntRect& r) function in class:WebCore::GraphicsContext
1143 clipOut(p);
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp765 void GraphicsContext::clipOut(const IntRect& r) function in class:WebCore::GraphicsContext
796 void GraphicsContext::clipOut(const Path& p) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp678 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
940 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp380 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
392 void GraphicsContext::clipOut(const Path& p) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp942 void GraphicsContext::clipOut(const Path& path) function in class:WebCore::GraphicsContext
1012 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/inspector/
H A DInspectorController.cpp1642 context.clipOut(quadPath);
1662 context.clipOut(clipQuadPath);
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp992 void GraphicsContext::clipOut(const IntRect& rect) function in class:WebCore::GraphicsContext
1231 void GraphicsContext::clipOut(const Path&) function in class:WebCore::GraphicsContext

Completed in 433 milliseconds