Searched refs:pResources (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp102 CPDF_ColorSpace* CPDF_Document::LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources) argument
104 return GetValidatePageData()->GetColorSpace(pCSObj, pResources);
359 CPDF_ColorSpace* CPDF_DocPageData::GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources) argument
367 if (!pCS && pResources) {
368 CPDF_Dictionary* pList = pResources->GetDict(FX_BSTRC("ColorSpace"));
374 if (pCS == NULL || pResources == NULL) {
377 CPDF_Dictionary* pColorSpaces = pResources->GetDict(FX_BSTRC("ColorSpace"));
406 return GetColorSpace(pArray->GetElementValue(0), pResources);
H A Dfpdf_page_parser.cpp95 CPDF_Dictionary* pResources, CPDF_Rect* pBBox, CPDF_ParseOptions* pOptions,
111 m_pResources = pResources;
112 if (pResources == NULL) {
749 CPDF_Dictionary* pResources = pStream->GetDict()->GetDict(FX_BSTRC("Resources")); local
765 m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1);
93 PrepareParse(CPDF_Document* pDocument, CPDF_Dictionary* pPageResources, CPDF_Dictionary* pParentResources, CFX_AffineMatrix* pmtContentToUser, CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources, CPDF_Rect* pBBox, CPDF_ParseOptions* pOptions, CPDF_AllStates* pStates, int level) argument
H A Dfpdf_page_parser_new.cpp663 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict(FX_BSTRC("Resources")); local
667 pResources, &form_bbox, pOptions, pGraphicStates, level);
H A Dpageint.h132 CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources,
419 CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources);
H A Dfpdf_page_parser_old.cpp997 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict(FX_BSTRC("Resources")); local
1001 pResources, &form_bbox, pOptions, pGraphicStates, level);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h449 void SetPageResources(CPDF_Dictionary* pResources) argument
451 m_pPageResources = pResources;
H A Dfpdf_parser.h129 CPDF_ColorSpace* LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources = NULL);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp505 CPDF_Dictionary* pResources = NULL; local
507 pResources = pFormObj->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources"));
511 this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, TRUE);

Completed in 1046 milliseconds