Searched refs:SVGTextPaintInfo (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | SVGInlineTextBox.h | 44 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
|
D | SVGInlineTextBox.cpp | 351 …tx, int ty, const SVGChar& svgChar, const UChar* chars, int length, SVGTextPaintInfo& textPaintInf… in paintCharacters()
|
D | SVGRootInlineBox.cpp | 661 SVGTextPaintInfo m_textPaintInfo;
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 14130 pass SVGTextPaintInfo instead of SVGPaintServer 14133 (WebCore::SVGTextPaintInfo::SVGTextPaintInfo):
|