Searched refs:m_bCurFindCache (Results 1 – 2 of 2) sorted by relevance
35 m_bCurFindCache(false) {} in CPDF_PageRenderCache()90 m_bCurFindCache = it != m_ImageCache.end(); in StartGetCachedBitmap()91 if (m_bCurFindCache) { in StartGetCachedBitmap()104 if (!m_bCurFindCache) in StartGetCachedBitmap()120 if (!m_bCurFindCache) { in Continue()
54 bool m_bCurFindCache; variable