Home
last modified time | relevance | path

Searched refs:appendWebCorePathToCairoContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.h44 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path);
DContextShadowCairo.cpp143 appendWebCorePathToCairoContext(m_layerContext, path); in drawRectShadowWithoutTiling()
252 appendWebCorePathToCairoContext(m_layerContext, path); in drawRectShadow()
276 appendWebCorePathToCairoContext(cr, path); in drawRectShadow()
DGraphicsContextCairo.cpp641 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()
DCairoUtilities.cpp78 void appendWebCorePathToCairoContext(cairo_t* context, const Path& path) in appendWebCorePathToCairoContext() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0640736 (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.