Searched defs:layoutAttributes (Results 1 – 4 of 4) sorted by relevance
39 SVGTextLayoutAttributes& layoutAttributes() { return m_attributes; } in layoutAttributes() function40 const SVGTextLayoutAttributes& layoutAttributes() const { return m_attributes; } in layoutAttributes() function
48 Vector<SVGTextLayoutAttributes>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>& layoutAttributes) in SVGTextLayoutEngine()
161 const SVGTextLayoutAttributes& layoutAttributes = queryData->textRenderer->layoutAttributes(); in modifyStartEndPositionsRespectingLigatures() local