Home
last modified time | relevance | path

Searched defs:widthForGlyph (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGlyphWidthMap.h47 float widthForGlyph(Glyph glyph) in widthForGlyph() function
62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; } in widthForGlyph() function
DSimpleFontData.h240 ALWAYS_INLINE float SimpleFontData::widthForGlyph(Glyph glyph) const in widthForGlyph() function