Searched refs:appendWebCorePathToCairoContext (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | CairoUtilities.h | 44 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path);
|
D | ContextShadowCairo.cpp | 143 appendWebCorePathToCairoContext(m_layerContext, path); in drawRectShadowWithoutTiling() 252 appendWebCorePathToCairoContext(m_layerContext, path); in drawRectShadow() 276 appendWebCorePathToCairoContext(cr, path); in drawRectShadow()
|
D | GraphicsContextCairo.cpp | 641 appendWebCorePathToCairoContext(cr, path); in drawFocusRing() 690 appendWebCorePathToCairoContext(cr, path); in drawFocusRing() 892 appendWebCorePathToCairoContext(cr, p); in addInnerRoundedRectClip() 1075 appendWebCorePathToCairoContext(cr, path); in clipOut() 1137 appendWebCorePathToCairoContext(cr, path); in fillRoundedRect()
|
D | CairoUtilities.cpp | 78 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path) in appendWebCorePathToCairoContext() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 40736 (WebCore::appendWebCorePathToCairoContext): 91529 (WebCore::appendWebCorePathToCairoContext): Added. Like appendPathToCairoContext, but 91542 …(WebCore::GraphicsContext::drawFocusRing): Use the new appendWebCorePathToCairoContext helper inst… 91544 …Core::GraphicsContext::addInnerRoundedRectClip): Use the new appendWebCorePathToCairoContext helpe… 91551 (WebCore::GraphicsContext::clipOut): Use the appendWebCorePathToCairoContext helper here. 91640 (WebCore::appendWebCorePathToCairoContext): Added. Like appendPathToCairoContext, but 91649 …(WebCore::GraphicsContext::drawFocusRing): Use the new appendWebCorePathToCairoContext helper inst… 91651 …Core::GraphicsContext::addInnerRoundedRectClip): Use the new appendWebCorePathToCairoContext helpe… 91657 (WebCore::GraphicsContext::clipOut): Use the appendWebCorePathToCairoContext helper here.
|