Searched refs:pResources (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_doc.cpp | 89 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()
|
D | pageint.h | 97 CPDF_Dictionary* pResources, 335 const CPDF_Dictionary* pResources);
|
D | fpdf_page_parser.cpp | 80 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()
|
D | fpdf_page_parser_old.cpp | 970 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/ |
D | fpdf_resource.h | 389 void SetPageResources(CPDF_Dictionary* pResources) { in SetPageResources() argument 390 m_pPageResources = pResources; in SetPageResources()
|
D | fpdf_parser.h | 113 CPDF_Dictionary* pResources = NULL);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 466 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()
|