HomeSort by relevance Sort by last modified time
    Searched refs:textMetricsValues (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.h 59 Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; }
SVGTextMetricsBuilder.cpp 188 Vector<SVGTextMetrics>* textMetricsValues = &attributes->textMetricsValues();
193 textMetricsValues->clear();
212 textMetricsValues->append(SVGTextMetrics(SVGTextMetrics::SkippedSpaceMetrics));
224 textMetricsValues->append(currentMetrics);
SVGTextLayoutEngine.cpp 115 void SVGTextLayoutEngine::recordTextFragment(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& textMetricsValues)
124 SVGTextMetrics& lastCharacterMetrics = textMetricsValues.at(m_visualMetricsListOffset - 1);
133 length += textMetricsValues.at(i).height();
137 length += textMetricsValues.at(i).width();
362 Vector<SVGTextMetrics>* textMetricsValues = &logicalAttributes->textMetricsValues();
363 unsigned textMetricsSize = textMetricsValues->size();
369 textMetricsValues = &logicalAttributes->textMetricsValues();
370 textMetricsSize = textMetricsValues->size()
    [all...]
SVGTextQuery.cpp 160 Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes->textMetricsValues();
165 unsigned textMetricsSize = textMetricsValues.size();
175 SVGTextMetrics& metrics = textMetricsValues[textMetricsOffset];

Completed in 3552 milliseconds