Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGlyphMetricsMap.h58 void setMetricsForGlyph(Glyph glyph, const T& metrics) in setMetricsForGlyph() function
60 locatePage(glyph / GlyphMetricsPage::size)->setMetricsForGlyph(glyph, metrics); in setMetricsForGlyph()
69 void setMetricsForGlyph(Glyph glyph, const T& metrics) in setMetricsForGlyph() function
DSimpleFontData.h306 m_glyphToBoundsMap->setMetricsForGlyph(glyph, bounds); in boundsForGlyph()
320 m_glyphToWidthMap.setMetricsForGlyph(glyph, width); in widthForGlyph()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2417505 (WebCore::GlyphMetricsMap::setMetricsForGlyph):
17507 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForGlyph):
17517 Call setMetricsForGlyph for both glyph maps.
25382 (WebCore::GlyphMetricsMap::setMetricsForGlyph):
25384 (WebCore::GlyphMetricsMap::GlyphMetricsPage::setMetricsForGlyph):