Home
last modified time | relevance | path

Searched refs:GlyphMetricsMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DGlyphMetricsMap.h44 template<class T> class GlyphMetricsMap {
45 WTF_MAKE_NONCOPYABLE(GlyphMetricsMap);
47 GlyphMetricsMap() : m_filledPrimaryPage(false) { } in GlyphMetricsMap() function
94 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()
DSimpleFontData.h200 mutable OwnPtr<GlyphMetricsMap<FloatRect> > m_glyphToBoundsMap;
201 mutable GlyphMetricsMap<float> m_glyphToWidthMap;
271 m_glyphToBoundsMap = adoptPtr(new GlyphMetricsMap<FloatRect>); in boundsForGlyph()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi327 'fonts/GlyphMetricsMap.h',