Home
last modified time | relevance | path

Searched refs:StartGetCachedBitmap (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_pagerendercache.cpp82 bool CPDF_PageRenderCache::StartGetCachedBitmap( in StartGetCachedBitmap() function in CPDF_PageRenderCache
97 int ret = m_pCurImageCacheEntry->StartGetCachedBitmap( in StartGetCachedBitmap()
Dcpdf_pagerendercache.h38 bool StartGetCachedBitmap(const RetainPtr<CPDF_Image>& pImage,
Dcpdf_imagecacheentry.h34 int StartGetCachedBitmap(CPDF_Dictionary* pFormResources,
Dcpdf_imageloader.cpp34 ret = pCache->StartGetCachedBitmap(m_pImageObject->GetImage(), bStdCS, in Start()
Dcpdf_imagecacheentry.cpp55 int CPDF_ImageCacheEntry::StartGetCachedBitmap( in StartGetCachedBitmap() function in CPDF_ImageCacheEntry