Searched refs:m_pCachedBitmap (Results 1 – 4 of 4) sorted by relevance
245 m_pCachedBitmap.Reset(); in Reset()265 if (m_pCachedBitmap && IsCacheValid(max_size_required)) { in StartGetCachedBitmap()266 m_pCurBitmap = m_pCachedBitmap; in StartGetCachedBitmap()308 m_pCachedBitmap = MakeCachedImage(m_pCurBitmap, /*realize_hint=*/true); in ContinueGetCachedBitmap()311 m_pCachedBitmap = MakeCachedImage(m_pCurBitmap, /*realize_hint=*/false); in ContinueGetCachedBitmap()317 m_pCurBitmap = m_pCachedBitmap; in ContinueGetCachedBitmap()324 if (m_pCachedBitmap) in CalcSize()325 m_dwCacheSize += m_pCachedBitmap->GetEstimatedImageMemoryBurden(); in CalcSize()339 return (m_pCachedBitmap->GetWidth() >= max_size_required.width) && in IsCacheValid()340 (m_pCachedBitmap->GetHeight() >= max_size_required.height); in IsCacheValid()
381 m_pCachedBitmap->GetWritableBuffer(), m_pCachedBitmap->GetPitch(), in ContinueLoadDIBBase()389 m_pCachedBitmap.Reset(); in ContinueLoadDIBBase()539 m_pCachedBitmap = LoadJpxBitmap(resolution_levels_to_skip); in CreateDecoder()540 return m_pCachedBitmap ? LoadState::kSuccess : LoadState::kFail; in CreateDecoder()544 m_pCachedBitmap = pdfium::MakeRetain<CFX_DIBitmap>(); in CreateDecoder()545 if (!m_pCachedBitmap->Create( in CreateDecoder()548 m_pCachedBitmap.Reset(); in CreateDecoder()1170 if (m_pCachedBitmap && src_pitch_value <= m_pCachedBitmap->GetPitch()) { in GetScanline()1171 if (line >= m_pCachedBitmap->GetHeight()) in GetScanline()1172 line = m_pCachedBitmap->GetHeight() - 1; in GetScanline()[all …]
91 RetainPtr<CFX_DIBBase> m_pCachedBitmap; variable
129 RetainPtr<CFX_DIBitmap> m_pCachedBitmap; variable