Home
last modified time | relevance | path

Searched refs:GlyphMetricsPage (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGlyphMetricsMap.h55 return locatePage(glyph / GlyphMetricsPage::size)->metricsForGlyph(glyph); in metricsForGlyph()
60 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics); in setMetricsForGlyph()
64 struct GlyphMetricsPage { struct
79 GlyphMetricsPage* locatePage(unsigned pageNumber) in locatePage() argument
86 GlyphMetricsPage* locatePageSlowCase(unsigned pageNumber);
91 GlyphMetricsPage m_primaryPage; // We optimize for the page that contains glyph indices 0-255.
92 OwnPtr<HashMap<int, GlyphMetricsPage*> > m_pages;
105 template<class T> typename GlyphMetricsMap<T>::GlyphMetricsPage* GlyphMetricsMap<T>::locatePageSlow… in locatePageSlowCase()
107 GlyphMetricsPage* page; in locatePageSlowCase()
117 m_pages = adoptPtr(new HashMap<int, GlyphMetricsPage*>); in locatePageSlowCase()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2417506 (WebCore::GlyphMetricsMap::GlyphMetricsPage::metricsForGlyph):
17507 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForGlyph):
17508 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForIndex):
25383 (WebCore::GlyphMetricsMap::GlyphMetricsPage::metricsForGlyph):
25384 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForGlyph):
25385 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForIndex):