Home
last modified time | relevance | path

Searched refs:layoutAttributes (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp71 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot.layoutAttributes(); in computePerCharacterLayoutInformation() local
72 if (layoutAttributes.isEmpty()) in computePerCharacterLayoutInformation()
76 reorderValueLists(layoutAttributes); in computePerCharacterLayoutInformation()
79 SVGTextLayoutEngine characterLayout(layoutAttributes); in computePerCharacterLayoutInformation()
109 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes()); in layoutCharactersInTextBoxes()
DRenderSVGInlineText.h35 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; } in layoutAttributes() function
36 const SVGTextLayoutAttributes* layoutAttributes() const { return &m_layoutAttributes; } in layoutAttributes() function
DRenderSVGText.cpp109 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()
DSVGTextQuery.cpp163 SVGTextLayoutAttributes* layoutAttributes = queryData->textRenderer->layoutAttributes(); in modifyStartEndPositionsRespectingLigatures() local
164 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues(); in modifyStartEndPositionsRespectingLigatures()
490 …const Vector<SVGTextMetrics>& textMetrics = queryData->textRenderer->layoutAttributes()->textMetri… in characterNumberAtPositionCallback()
DSVGTextLayoutEngine.h50 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
DRenderSVGText.h51 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } in layoutAttributes() function
DSVGTextLayoutEngine.cpp37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) in SVGTextLayoutEngine() argument
38 : m_layoutAttributes(layoutAttributes) in SVGTextLayoutEngine()
441 … const Vector<SVGTextMetrics>& visualMetricsValues = text.layoutAttributes()->textMetricsValues(); in layoutTextOnLineOrPath()
DSVGTextMetricsBuilder.cpp187 SVGTextLayoutAttributes* attributes = text->layoutAttributes(); in measureTextRenderer()