Searched refs:layoutAttributes (Results 1 – 8 of 8) sorted by relevance
71 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot.layoutAttributes(); in computePerCharacterLayoutInformation() local72 if (layoutAttributes.isEmpty()) in computePerCharacterLayoutInformation()76 reorderValueLists(layoutAttributes); in computePerCharacterLayoutInformation()79 SVGTextLayoutEngine characterLayout(layoutAttributes); in computePerCharacterLayoutInformation()109 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes()); in layoutCharactersInTextBoxes()
35 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; } in layoutAttributes() function36 const SVGTextLayoutAttributes* layoutAttributes() const { return &m_layoutAttributes; } in layoutAttributes() function
109 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes()); in collectLayoutAttributes()124 next = text->layoutAttributes(); in findPreviousAndNextAttributes()128 previous = text->layoutAttributes(); in findPreviousAndNextAttributes()252 size_t position = m_layoutAttributes.find(text->layoutAttributes()); in subtreeChildWillBeRemoved()
163 SVGTextLayoutAttributes* layoutAttributes = queryData->textRenderer->layoutAttributes(); in modifyStartEndPositionsRespectingLigatures() local164 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues(); in modifyStartEndPositionsRespectingLigatures()490 …const Vector<SVGTextMetrics>& textMetrics = queryData->textRenderer->layoutAttributes()->textMetri… in characterNumberAtPositionCallback()
50 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) in SVGTextLayoutEngine() argument38 : m_layoutAttributes(layoutAttributes) in SVGTextLayoutEngine()441 … const Vector<SVGTextMetrics>& visualMetricsValues = text.layoutAttributes()->textMetricsValues(); in layoutTextOnLineOrPath()
187 SVGTextLayoutAttributes* attributes = text->layoutAttributes(); in measureTextRenderer()