Home
last modified time | relevance | path

Searched refs:pFormResources (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_imagecacheentry.cpp57 const CPDF_Dictionary* pFormResources, in StartGetCachedBitmap() argument
73 m_pDocument.Get(), m_pImage->GetStream(), true, pFormResources, in StartGetCachedBitmap()
Dcpdf_imagecacheentry.h33 const CPDF_Dictionary* pFormResources,
/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.h68 const CPDF_Dictionary* pFormResources,
86 bool LoadColorInfo(const CPDF_Dictionary* pFormResources,
Dcpdf_dib.cpp238 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()