Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.h35 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; } in layoutAttributes() function
DRenderSVGText.h51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
DSVGTextLayoutEngine.h50 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
DSVGRootInlineBox.cpp71 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot.layoutAttributes(); in computePerCharacterLayoutInformation() local
DSVGTextLayoutEngine.cpp37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) in SVGTextLayoutEngine()
DSVGTextQuery.cpp159 SVGTextLayoutAttributes* layoutAttributes = queryData->textRenderer->layoutAttributes(); in modifyStartEndPositionsRespectingLigatures() local