Home
last modified time | relevance | path

Searched defs:metricsForGlyph (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphMetricsMap.h48 T metricsForGlyph(Glyph glyph) in metricsForGlyph() function
63 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; } in metricsForGlyph() function