Home
last modified time | relevance | path

Searched refs:pPageResources (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp206 CPDF_Dictionary* pPageResources, in GetCachedBitmap() argument
228 pRenderStatus->m_pFormResource, pPageResources, bStdCS, in GetCachedBitmap()
262 CPDF_Dictionary* pPageResources, in StartGetCachedBitmap() argument
282 pPageResources, bStdCS, GroupFamily, bLoadMask); in StartGetCachedBitmap()
Drender_int.h430 CPDF_Dictionary* pPageResources,
445 CPDF_Dictionary* pPageResources,
487 CPDF_Dictionary* pPageResources,
513 CPDF_Dictionary* pPageResources,
534 const CPDF_Dictionary* pPageResources);
Dfpdf_render_loadimage.cpp212 CPDF_Dictionary* pPageResources, in Load() argument
234 pPageResources)) { in Load()
333 CPDF_Dictionary* pPageResources, in StartLoadDIBSource() argument
354 pPageResources)) { in StartLoadDIBSource()
475 const CPDF_Dictionary* pPageResources) { in LoadColorInfo() argument
512 m_pColorSpace = pDocPageData->GetColorSpace(pCSObj, pPageResources); in LoadColorInfo()
Dfpdf_render_image.cpp441 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in StartRenderDIBSource() local
446 pDocument->LoadColorSpace(pCSObj, pPageResources); in StartRenderDIBSource()
Dfpdf_render.cpp767 CPDF_Dictionary* pPageResources = pPage ? pPage->m_pPageResources : NULL; in ProcessTransparency() local
773 pDocument->LoadColorSpace(pCSObj, pPageResources); in ProcessTransparency()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h149 CPDF_Dictionary* pPageResources,
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp905 CPDF_Dictionary* pPageResources, in CPDF_Form() argument
912 m_pPageResources = pPageResources; in CPDF_Form()
917 m_pResources = pPageResources; in CPDF_Form()
Dpageint.h93 CPDF_Dictionary* pPageResources,
Dfpdf_page_parser.cpp76 CPDF_Dictionary* pPageResources, in CPDF_StreamContentParser() argument
86 m_pPageResources(pPageResources), in CPDF_StreamContentParser()