Home
last modified time | relevance | path

Searched refs:m_segMap (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx111 : m_segMap(nSegCacheSize * SEG_BUCKET_FACTOR), in GraphiteSegmentCache()
117 GraphiteSegMap::iterator i = m_segMap.begin(); in ~GraphiteSegmentCache()
118 while (i != m_segMap.end()) in ~GraphiteSegmentCache()
124 m_segMap.clear(); in ~GraphiteSegmentCache()
132 m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr + in getSegment()
134 if (iMap != m_segMap.end()) in getSegment()
140 iMap = m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr)); in getSegment()
141 if (iMap != m_segMap.end()) in getSegment()
221 GraphiteSegMap m_segMap; member in GraphiteSegmentCache
/trunk/main/vcl/source/glyphs/
H A Dgraphite_cache.cxx104 if (m_segMap.size() > m_nSegCacheSize) in cacheSegment()
106 GraphiteSegMap::iterator oldestPair = m_segMap.find(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()
108 if (oldestPair != m_segMap.end()) in cacheSegment()
111 m_segMap.erase(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()
147 m_segMap.find(reinterpret_cast<long>(record->m_pStr)); in cacheSegment()
148 if (iMap != m_segMap.end()) in cacheSegment()
158 m_segMap[reinterpret_cast<long>(record->m_pStr)] = record; in cacheSegment()
177 m_segMap[reinterpret_cast<long>(record->m_pStr)] = record; in cacheSegment()
188 DBG_ASSERT(m_segMap.count(reinterpret_cast<long>(m_prevKey)), in cacheSegment()
190 m_segMap.find(reinterpret_cast<long>(m_prevKey)) in cacheSegment()

Completed in 9 milliseconds