Home
last modified time | relevance | path

Searched defs:activePaintServer (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.h47 SVGPaintServer* activePaintServer; member
DSVGRootInlineBox.cpp558 SVGPaintServer* activePaintServer() const in activePaintServer() function
/external/webkit/WebCore/platform/graphics/
DTextRun.h101 SVGPaintServer* activePaintServer() const { return m_activePaintServer; } in activePaintServer() function
/external/webkit/WebCore/svg/
DSVGFont.cpp473 SVGPaintServer* activePaintServer = run.activePaintServer(); in drawTextUsingSVGFont() local