Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DGlyphWidthMap.h60 float m_widths[size]; member
62 float widthForGlyph(Glyph glyph) const { return m_widths[glyph % size]; } in widthForGlyph()
69 m_widths[index] = width; in setWidthForIndex()