Home | History | Annotate | Download | only in fonts

Lines Matching refs:glyph

32 #include "platform/fonts/Glyph.h"
48 T metricsForGlyph(Glyph glyph)
50 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph);
53 void setMetricsForGlyph(Glyph glyph, const T& metrics)
55 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics);
63 T metricsForGlyph(Glyph glyph) const { return m_metrics[glyph % size]; }
64 void setMetricsForGlyph(Glyph glyph, const T& metrics)
66 setMetricsForIndex(glyph % size, metrics);
90 GlyphMetricsPage m_primaryPage; // We optimize for the page that contains glyph indices 0-255.
121 // Fill in the whole page with the unknown glyph information.