Searched refs:pFormResources (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagecacheentry.cpp | 57 const CPDF_Dictionary* pFormResources, in StartGetCachedBitmap() argument 73 m_pDocument.Get(), m_pImage->GetStream(), true, pFormResources, in StartGetCachedBitmap()
|
D | cpdf_imagecacheentry.h | 33 const CPDF_Dictionary* pFormResources,
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_dib.h | 68 const CPDF_Dictionary* pFormResources, 86 bool LoadColorInfo(const CPDF_Dictionary* pFormResources,
|
D | cpdf_dib.cpp | 238 const CPDF_Dictionary* pFormResources, in StartLoadDIBBase() argument 259 if (!LoadColorInfo(m_pStream->IsInline() ? pFormResources : nullptr, in StartLoadDIBBase() 369 bool CPDF_DIB::LoadColorInfo(const CPDF_Dictionary* pFormResources, in LoadColorInfo() argument 409 if (pFormResources) in LoadColorInfo() 410 m_pColorSpace = pDocPageData->GetColorSpace(pCSObj, pFormResources); in LoadColorInfo()
|