Searched refs:GetCachedBitmap (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 107 void CPDF_PageRenderCache::GetCachedBitmap(CPDF_Stream* pStream, CFX_DIBSource*& pBitmap, CFX_DIBSo… in GetCachedBitmap() function in CPDF_PageRenderCache 117 …FX_BOOL bCached = pImageCache->GetCachedBitmap(pBitmap, pMask, MatteColor, m_pPage->m_pPageResourc… in GetCachedBitmap() 227 FX_BOOL CPDF_ImageCache::GetCachedBitmap(CFX_DIBSource*& pBitmap, CFX_DIBSource*& pMask, FX_DWORD& … in GetCachedBitmap() function in CPDF_ImageCache
|
D | render_int.h | 336 …FX_BOOL GetCachedBitmap(CFX_DIBSource*& pBitmap, CFX_DIBSource*& pMask, FX_DWORD& MatteColor, C…
|
D | fpdf_render_loadimage.cpp | 1486 …pCache->GetCachedBitmap(pImage->m_pImage->GetStream(), m_pBitmap, m_pMask, m_MatteColor, bStdCS, G… in Load()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_render.h | 255 …void GetCachedBitmap(CPDF_Stream* pStream, CFX_DIBSource*& pBitmap, CFX_DIBSource*& pMask, FX_D…
|