Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.h39 SVGTextLayoutAttributes& layoutAttributes() { return m_attributes; } in layoutAttributes() function
40 const SVGTextLayoutAttributes& layoutAttributes() const { return m_attributes; } in layoutAttributes() function
DRenderSVGText.h48 Vector<SVGTextLayoutAttributes>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
DSVGTextLayoutEngine.cpp37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>& layoutAttributes) in SVGTextLayoutEngine()
DSVGTextQuery.cpp161 const SVGTextLayoutAttributes& layoutAttributes = queryData->textRenderer->layoutAttributes(); in modifyStartEndPositionsRespectingLigatures() local