Home
last modified time | relevance | path

Searched refs:textMetricsValues (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextLayoutEngine.cpp115 …ine::recordTextFragment(SVGInlineTextBox* textBox, const Vector<SVGTextMetrics>& textMetricsValues) in recordTextFragment() argument
124 … const SVGTextMetrics& lastCharacterMetrics = textMetricsValues.at(m_visualMetricsListOffset - 1); in recordTextFragment()
133 length += textMetricsValues.at(i).height(); in recordTextFragment()
137 length += textMetricsValues.at(i).width(); in recordTextFragment()
361 const Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics() local
362 unsigned textMetricsSize = textMetricsValues->size(); in currentLogicalCharacterMetrics()
368 textMetricsValues = &logicalAttributes->textMetricsValues(); in currentLogicalCharacterMetrics()
369 textMetricsSize = textMetricsValues->size(); in currentLogicalCharacterMetrics()
375 logicalMetrics = textMetricsValues->at(m_logicalMetricsListOffset); in currentLogicalCharacterMetrics()
441 … const Vector<SVGTextMetrics>& visualMetricsValues = text.layoutAttributes()->textMetricsValues(); in layoutTextOnLineOrPath()
DSVGTextMetricsBuilder.cpp188 Vector<SVGTextMetrics>* textMetricsValues = &attributes->textMetricsValues(); in measureTextRenderer() local
193 textMetricsValues->clear(); in measureTextRenderer()
212 textMetricsValues->append(SVGTextMetrics(SVGTextMetrics::SkippedSpaceMetrics)); in measureTextRenderer()
224 textMetricsValues->append(currentMetrics); in measureTextRenderer()
DSVGTextLayoutAttributes.h59 Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; } in textMetricsValues() function
60 const Vector<SVGTextMetrics>& textMetricsValues() const { return m_textMetricsValues; } in textMetricsValues() function
DSVGTextQuery.cpp164 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues(); in modifyStartEndPositionsRespectingLigatures() local
175 SVGTextMetrics& metrics = textMetricsValues[textMetricsOffset]; in modifyStartEndPositionsRespectingLigatures()
187 SVGTextMetrics& metrics = textMetricsValues[textMetricsOffset]; in modifyStartEndPositionsRespectingLigatures()
490 …or<SVGTextMetrics>& textMetrics = queryData->textRenderer->layoutAttributes()->textMetricsValues(); in characterNumberAtPositionCallback()