Searched refs:activePaintingResource (Results 1 – 3 of 3) sorted by relevance
479 RenderSVGResource* activePaintingResource = run.activePaintingResource(); in drawTextUsingSVGFont() local483 ASSERT(!activePaintingResource); in drawTextUsingSVGFont()489 activePaintingResource = solidPaintingResource; in drawTextUsingSVGFont()492 ASSERT(activePaintingResource); in drawTextUsingSVGFont()549 …if (activePaintingResource->applyResource(referencingRenderObjectParent, referencingRenderObjectPa… in drawTextUsingSVGFont()554 …activePaintingResource->postApplyResource(referencingRenderObjectParent, context, resourceMode, &g… in drawTextUsingSVGFont()
116 RenderSVGResource* activePaintingResource() const { return m_activePaintingResource; } in activePaintingResource() function
17145 (WebCore::TextRun::activePaintingResource): Renamed from activePaintServer.17293 (WebCore::SVGRootInlineBoxPaintWalker::activePaintingResource):