Searched refs:pFormResources (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagecacheentry.cpp | 56 CPDF_Dictionary* pFormResources, in StartGetCachedBitmap() argument 72 m_pDocument.Get(), m_pImage->GetStream(), true, pFormResources, in StartGetCachedBitmap()
|
D | cpdf_dibsource.h | 69 CPDF_Dictionary* pFormResources, 84 bool LoadColorInfo(const CPDF_Dictionary* pFormResources,
|
D | cpdf_imagecacheentry.h | 34 int StartGetCachedBitmap(CPDF_Dictionary* pFormResources,
|
D | cpdf_dibsource.cpp | 256 CPDF_Dictionary* pFormResources, in StartLoadDIBSource() argument 277 if (!LoadColorInfo(m_pStream->IsInline() ? pFormResources : nullptr, in StartLoadDIBSource() 365 bool CPDF_DIBSource::LoadColorInfo(const CPDF_Dictionary* pFormResources, in LoadColorInfo() argument 400 if (pFormResources) in LoadColorInfo() 401 m_pColorSpace = pDocPageData->GetColorSpace(pCSObj, pFormResources); in LoadColorInfo()
|