Searched refs:fontHash (Results 1 – 1 of 1) sorted by relevance
268 GraphiteSegmentCache * getCache(sal_Int32 & fontHash) in getCache() argument270 if (m_cacheMap.count(fontHash) > 0) in getCache()272 return m_cacheMap.find(fontHash)->second; in getCache()275 m_cacheMap[fontHash] = pCache; in getCache()
Completed in 17 milliseconds