Home
last modified time | relevance | path

Searched refs:pResources (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_doc.cpp89 CPDF_Dictionary* pResources) { in LoadColorSpace() argument
90 return GetValidatePageData()->GetColorSpace(pCSObj, pResources); in LoadColorSpace()
312 const CPDF_Dictionary* pResources) { in GetColorSpace() argument
319 if (!pCS && pResources) { in GetColorSpace()
320 CPDF_Dictionary* pList = pResources->GetDict("ColorSpace"); in GetColorSpace()
326 if (!pCS || !pResources) in GetColorSpace()
329 CPDF_Dictionary* pColorSpaces = pResources->GetDict("ColorSpace"); in GetColorSpace()
352 return GetColorSpace(pArray->GetElementValue(0), pResources); in GetColorSpace()
Dpageint.h97 CPDF_Dictionary* pResources,
335 const CPDF_Dictionary* pResources);
Dfpdf_page_parser.cpp80 CPDF_Dictionary* pResources, in CPDF_StreamContentParser() argument
88 m_pResources(pResources), in CPDF_StreamContentParser()
673 CPDF_Dictionary* pResources = pStream->GetDict()->GetDict("Resources"); in AddForm() local
689 pResources, &form_bbox, &m_Options, in AddForm()
Dfpdf_page_parser_old.cpp970 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict("Resources"); in Start() local
973 pParentMatrix, pForm, pResources, &form_bbox, pOptions, pGraphicStates, in Start()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h389 void SetPageResources(CPDF_Dictionary* pResources) { in SetPageResources() argument
390 m_pPageResources = pResources; in SetPageResources()
Dfpdf_parser.h113 CPDF_Dictionary* pResources = NULL);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp466 CPDF_Dictionary* pResources = NULL; in ProcessForm() local
468 pResources = pFormObj->m_pForm->m_pFormDict->GetDict("Resources"); in ProcessForm()
472 &m_Options, m_Transparency, m_bDropObjects, pResources, in ProcessForm()