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

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.cpp76 Vector<SVGTextLayoutAttributes*>& layoutAttributes = textRoot->layoutAttributes(); local
77 if (layoutAttributes.isEmpty())
81 reorderValueLists(layoutAttributes);
84 SVGTextLayoutEngine characterLayout(layoutAttributes);
119 SVGTextLayoutEngine lineLayout(characterLayout.layoutAttributes());
H A DRenderSVGInlineText.h39 SVGTextLayoutAttributes* layoutAttributes() { return &m_layoutAttributes; } function in class:WebCore::RenderSVGInlineText
H A DSVGTextLayoutEngine.h53 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } function in class:WebCore::SVGTextLayoutEngine
H A DRenderSVGText.cpp129 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes());
143 next = text->layoutAttributes();
147 previous = text->layoutAttributes();
277 size_t position = m_layoutAttributes.find(text->layoutAttributes());
H A DRenderSVGText.h52 Vector<SVGTextLayoutAttributes*>& layoutAttributes() { return m_layoutAttributes; } function in class:WebCore::RenderSVGText
H A DSVGTextQuery.cpp161 SVGTextLayoutAttributes* layoutAttributes = queryData->textRenderer->layoutAttributes();
162 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues();
170 unsigned positionSize = layoutAttributes->context()->textLength();
H A DSVGTextLayoutEngine.cpp38 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes*>& layoutAttributes) argument
39 : m_layoutAttributes(layoutAttributes)
442 Vector<SVGTextMetrics>& visualMetricsValues = text->layoutAttributes()->textMetricsValues();
H A DSVGTextMetricsBuilder.cpp135 SVGTextLayoutAttributes* attributes = text->layoutAttributes();

Completed in 126 milliseconds