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

  /external/webkit/WebCore/platform/graphics/
GlyphWidthMap.h 47 float widthForGlyph(Glyph glyph)
49 return locatePage(glyph / GlyphWidthPage::size)->widthForGlyph(glyph);
62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; }
SimpleFontData.h 84 float widthForGlyph(Glyph) const;
240 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const
242 float width = m_glyphToWidthMap.widthForGlyph(glyph);

Completed in 43 milliseconds