Home
last modified time | relevance | path

Searched refs:activePaintingResource (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGFont.cpp479 RenderSVGResource* activePaintingResource = run.activePaintingResource(); in drawTextUsingSVGFont() local
483 ASSERT(!activePaintingResource); in drawTextUsingSVGFont()
489 activePaintingResource = solidPaintingResource; in drawTextUsingSVGFont()
492 ASSERT(activePaintingResource); in drawTextUsingSVGFont()
549 …if (activePaintingResource->applyResource(referencingRenderObjectParent, referencingRenderObjectPa… in drawTextUsingSVGFont()
554activePaintingResource->postApplyResource(referencingRenderObjectParent, context, resourceMode, &g… in drawTextUsingSVGFont()
/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h116 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; } in activePaintingResource() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2417145 (WebCore::TextRun::activePaintingResource): Renamed from activePaintServer.
17293 (WebCore::SVGRootInlineBoxPaintWalker::activePaintingResource):