OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_glyphtowidthmap
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
213
mutable GlyphMetricsMap<float>
m_glyphToWidthMap
;
315
float width =
m_glyphToWidthMap
.metricsForGlyph(glyph);
320
m_glyphToWidthMap
.setMetricsForGlyph(glyph, width);
Completed in 45 milliseconds