Searched refs:m_fontDataTable (Results 1 – 4 of 4) sorted by relevance
53 if (m_fontDataTable.isEmpty()) in pruneTable()55 HashMap<unsigned, SegmentedFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()56 …for (HashMap<unsigned, SegmentedFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()58 deleteAllValues(m_fontDataTable); in pruneTable()59 m_fontDataTable.clear(); in pruneTable()102 SegmentedFontData* fontData = m_fontDataTable.get(hashKey); in getFontData()126 m_fontDataTable.set(hashKey, fontData); in getFontData()
69 if (m_fontDataTable.isEmpty()) in pruneTable()71 HashMap<unsigned, SimpleFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()72 for (HashMap<unsigned, SimpleFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()74 deleteAllValues(m_fontDataTable); in pruneTable()75 m_fontDataTable.clear(); in pruneTable()118 if (SimpleFontData* cachedData = m_fontDataTable.get(hashKey)) in getFontData()188 m_fontDataTable.set(hashKey, fontData.get()); in getFontData()
64 HashMap<unsigned, SegmentedFontData*> m_fontDataTable; variable
73 …HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic … variable