Home
last modified time | relevance | path

Searched refs:SVGTextPaintInfo (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/rendering/
DSVGInlineTextBox.h44 struct SVGTextPaintInfo { struct
45 SVGTextPaintInfo() : activePaintServer(0), subphase(SVGTextPaintSubphaseBackground) {} in SVGTextPaintInfo() argument
68 …ct::PaintInfo&, int tx, int ty, const SVGChar&, const UChar* chars, int length, SVGTextPaintInfo&); argument
DSVGInlineTextBox.cpp351 …tx, int ty, const SVGChar& svgChar, const UChar* chars, int length, SVGTextPaintInfo& textPaintInf… in paintCharacters()
DSVGRootInlineBox.cpp661 SVGTextPaintInfo m_textPaintInfo;
/external/webkit/WebCore/
DChangeLog-2010-01-2914130 pass SVGTextPaintInfo instead of SVGPaintServer
14133 (WebCore::SVGTextPaintInfo::SVGTextPaintInfo):