Searched refs:m_pCachedBitmap (Results 1 – 4 of 4) sorted by relevance
35 m_pCachedBitmap.reset(); in Reset()37 m_pCachedBitmap = pBitmap->Clone(); in Reset()68 if (m_pCachedBitmap) { in StartGetCachedBitmap()69 m_pCurBitmap = m_pCachedBitmap.get(); in StartGetCachedBitmap()100 m_pCachedBitmap = pdfium::WrapUnique<CFX_DIBSource>(m_pCurBitmap); in ContinueGetCachedBitmap()123 m_dwCacheSize = FPDF_ImageCache_EstimateImageSize(m_pCachedBitmap.get()) + in CalcSize()
129 m_pCachedBitmap.reset(); in ~CPDF_DIBSource()333 m_pCachedBitmap->GetBuffer(), m_pCachedBitmap->GetPitch(), pPause); in ContinueLoadDIBSource()335 m_pCachedBitmap.reset(); in ContinueLoadDIBSource()358 m_pCachedBitmap.reset(); in ContinueLoadDIBSource()510 return m_pCachedBitmap ? 1 : 0; in CreateDecoder()513 m_pCachedBitmap = pdfium::MakeUnique<CFX_DIBitmap>(); in CreateDecoder()514 if (!m_pCachedBitmap->Create( in CreateDecoder()516 m_pCachedBitmap.reset(); in CreateDecoder()662 m_pCachedBitmap = pdfium::MakeUnique<CFX_DIBitmap>(); in LoadJpxBitmap()663 if (!m_pCachedBitmap->Create(width, height, format)) { in LoadJpxBitmap()[all …]
56 std::unique_ptr<CFX_DIBSource> m_pCachedBitmap; variable
136 std::unique_ptr<CFX_DIBitmap> m_pCachedBitmap; variable