Searched refs:m_fontDataTable (Results 1 – 4 of 4) sorted by relevance
53 if (m_fontDataTable.isEmpty()) in pruneTable()56 HashMap<unsigned, SegmentedFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()57 …for (HashMap<unsigned, SegmentedFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()60 m_fontDataTable.clear(); in pruneTable()94 SegmentedFontData* fontData = m_fontDataTable.get(hashKey); in getFontData()120 m_fontDataTable.set(hashKey, fontData); in getFontData()
70 if (m_fontDataTable.isEmpty()) in pruneTable()73 HashMap<unsigned, SimpleFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()74 for (HashMap<unsigned, SimpleFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()77 m_fontDataTable.clear(); in pruneTable()121 if (SimpleFontData* cachedData = m_fontDataTable.get(hashKey)) in getFontData()190 m_fontDataTable.set(hashKey, fontDataRawPtr); in getFontData()
63 HashMap<unsigned, SegmentedFontData*> m_fontDataTable; variable
76 …HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic … variable