OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 67 milliseconds