Searched refs:layoutAttributes (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.h39 SVGTextLayoutAttributes& layoutAttributes() { return m_attributes; } function in class:WebCore::RenderSVGInlineText
40 const SVGTextLayoutAttributes& layoutAttributes() const { return m_attributes; } function in class:WebCore::RenderSVGInlineText
H A DRenderSVGText.h48 Vector<SVGTextLayoutAttributes>& layoutAttributes() { return m_layoutAttributes; } function in class:WebCore::RenderSVGText
H A DSVGTextQuery.cpp161 const SVGTextLayoutAttributes& layoutAttributes = queryData->textRenderer->layoutAttributes();
162 const Vector<float>& xValues = layoutAttributes.xValues();
163 const Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes.textMetricsValues();
H A DSVGTextLayoutEngine.cpp37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>& layoutAttributes) argument
38 : m_layoutAttributes(layoutAttributes)
393 SVGTextLayoutAttributes& attributes = text->layoutAttributes();
449 Vector<SVGTextMetrics>& textMetricsValues = text->layoutAttributes().textMetricsValues();
H A DSVGRootInlineBox.cpp79 Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes();
121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes());
H A DSVGTextLayoutAttributesBuilder.cpp54 Vector<SVGTextLayoutAttributes>& allAttributes = textRoot->layoutAttributes();

Completed in 177 milliseconds