Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx113 m_oldestKey(NULL) {}; in GraphiteSegmentCache()
224 const xub_Unicode * m_oldestKey; member in GraphiteSegmentCache
/trunk/main/vcl/source/glyphs/
H A Dgraphite_cache.cxx106 GraphiteSegMap::iterator oldestPair = m_segMap.find(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()
111 m_segMap.erase(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()
122 m_oldestKey = record->m_nextKey; in cacheSegment()
181 if (m_oldestKey == NULL) in cacheSegment()
183 m_oldestKey = record->m_pStr; in cacheSegment()

Completed in 20 milliseconds