Searched refs:m_glyphFontData (Results 1 – 1 of 1) sorted by relevance
84 return GlyphData(m_glyphs[index], m_glyphFontData[index]); in glyphDataForCharacter()90 return GlyphData(m_glyphs[index], m_glyphFontData[index]); in glyphDataForIndex()101 return m_glyphFontData[indexForCharacter(c)]; in fontDataForCharacter()112 m_glyphFontData[index] = f; in setGlyphDataForIndex()122 memcpy(m_glyphFontData, other.m_glyphFontData, sizeof(m_glyphFontData)); in copyFrom()128 memset(m_glyphFontData, 0, sizeof(m_glyphFontData)); in clear()144 const SimpleFontData* m_glyphFontData[size]; variable