Searched refs:GlyphMetricsMap (Results 1 – 3 of 3) sorted by relevance
44 template<class T> class GlyphMetricsMap {45 WTF_MAKE_NONCOPYABLE(GlyphMetricsMap);47 GlyphMetricsMap() : m_filledPrimaryPage(false) { } in GlyphMetricsMap() function94 template<> inline float GlyphMetricsMap<float>::unknownMetrics() in unknownMetrics()99 template<> inline FloatRect GlyphMetricsMap<FloatRect>::unknownMetrics() in unknownMetrics()104 template<class T> typename GlyphMetricsMap<T>::GlyphMetricsPage* GlyphMetricsMap<T>::locatePageSlow… in locatePageSlowCase()
200 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap;201 mutable GlyphMetricsMap<float> m_glyphToWidthMap;271 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>); in boundsForGlyph()
327 'fonts/GlyphMetricsMap.h',