HomeSort by relevance Sort by last modified time
    Searched refs:GlyphMetricsMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
GlyphMetricsMap.h 44 template<class T> class GlyphMetricsMap {
45 WTF_MAKE_NONCOPYABLE(GlyphMetricsMap);
47 GlyphMetricsMap() : m_filledPrimaryPage(false) { }
94 template<> inline float GlyphMetricsMap<float>::unknownMetrics()
99 template<> inline FloatRect GlyphMetricsMap<FloatRect>::unknownMetrics()
104 template<class T> typename GlyphMetricsMap<T>::GlyphMetricsPage* GlyphMetricsMap<T>::locatePageSlowCase(unsigned pageNumber)
SimpleFontData.h 33 #include "platform/fonts/GlyphMetricsMap.h"
188 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap;
189 mutable GlyphMetricsMap<float> m_glyphToWidthMap;
256 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>);

Completed in 69 milliseconds