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

  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributes.h 73 Vector<SVGTextMetrics>& textMetricsValues() { return m_textMetricsValues; }
74 const Vector<SVGTextMetrics>& textMetricsValues() const { return m_textMetricsValues; }
79 Vector<SVGTextMetrics> m_textMetricsValues;
SVGTextLayoutAttributes.cpp 42 m_textMetricsValues.reserveCapacity(length);
125 unsigned textMetricsSize = m_textMetricsValues.size();
127 const SVGTextMetrics& metrics = m_textMetricsValues.at(i);

Completed in 841 milliseconds