Searched refs:m_bCurFindCache (Results 1 – 2 of 2) sorted by relevance
83 m_bCurFindCache = it != m_ImageCache.end(); in StartGetCachedBitmap()84 if (m_bCurFindCache) { in StartGetCachedBitmap()97 if (!m_bCurFindCache) in StartGetCachedBitmap()113 if (!m_bCurFindCache) { in Continue()
57 bool m_bCurFindCache = false; variable