Searched refs:m_pCachedBitmap (Results 1 – 4 of 4) sorted by relevance
33 m_pCachedBitmap.Reset(); in Reset()35 m_pCachedBitmap = pBitmap->Clone(nullptr); in Reset()64 if (m_pCachedBitmap) { in StartGetCachedBitmap()65 m_pCurBitmap = m_pCachedBitmap; in StartGetCachedBitmap()94 m_pCachedBitmap = m_pCurBitmap->Clone(nullptr); in ContinueGetCachedBitmap()97 m_pCachedBitmap = m_pCurBitmap; in ContinueGetCachedBitmap()103 m_pCurBitmap = m_pCachedBitmap; in ContinueGetCachedBitmap()123 m_dwCacheSize = FPDF_ImageCache_EstimateImageSize(m_pCachedBitmap) + in CalcSize()
139 m_pCachedBitmap.Reset(); // TODO(tsepez): determine if required early here. in ~CPDF_DIBSource()337 m_pStreamAcc, m_pGlobalStream, m_pCachedBitmap->GetBuffer(), in ContinueLoadDIBSource()338 m_pCachedBitmap->GetPitch(), pPause); in ContinueLoadDIBSource()344 m_pCachedBitmap.Reset(); in ContinueLoadDIBSource()487 return m_pCachedBitmap ? 1 : 0; in CreateDecoder()490 m_pCachedBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in CreateDecoder()491 if (!m_pCachedBitmap->Create( in CreateDecoder()493 m_pCachedBitmap.Reset(); in CreateDecoder()651 m_pCachedBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in LoadJpxBitmap()652 if (!m_pCachedBitmap->Create(width, height, format)) { in LoadJpxBitmap()[all …]
55 RetainPtr<CFX_DIBSource> m_pCachedBitmap; variable
146 RetainPtr<CFX_DIBitmap> m_pCachedBitmap; variable