Searched defs:GlyphMetricsMap (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGlyphMetricsMap.h43 template<class T> class GlyphMetricsMap { class in namespace:WebCore
44 WTF_MAKE_NONCOPYABLE(GlyphMetricsMap);
46 GlyphMetricsMap() : m_filledPrimaryPage(false) { } function in class:WebCore::GlyphMetricsMap
47 ~GlyphMetricsMap()
95 template<> inline float GlyphMetricsMap<float>::unknownMetrics()
100 template<> inline FloatRect GlyphMetricsMap<FloatRect>::unknownMetrics()
105 template<class T> typename GlyphMetricsMap<T>::GlyphMetricsPage* GlyphMetricsMap<T>::locatePageSlowCase(unsigned pageNumber)

Completed in 65 milliseconds