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.cpp99 CPDF_ColorSpace* CPDF_Document::LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources) in LoadColorSpace() argument
101 return GetValidatePageData()->GetColorSpace(pCSObj, pResources); in LoadColorSpace()
379 CPDF_ColorSpace* CPDF_DocPageData::GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources) in GetColorSpace() argument
387 if (!pCS && pResources) { in GetColorSpace()
388 CPDF_Dictionary* pList = pResources->GetDict(FX_BSTRC("ColorSpace")); in GetColorSpace()
394 if (pCS == NULL || pResources == NULL) { in GetColorSpace()
397 CPDF_Dictionary* pColorSpaces = pResources->GetDict(FX_BSTRC("ColorSpace")); in GetColorSpace()
426 return GetColorSpace(pArray->GetElementValue(0), pResources); in GetColorSpace()
Dpageint.h130 CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources,
372 CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources);
Dfpdf_page_parser.cpp59 CPDF_Dictionary* pResources, CPDF_Rect* pBBox, CPDF_ParseOptions* pOptions, in PrepareParse() argument
75 m_pResources = pResources; in PrepareParse()
76 if (pResources == NULL) { in PrepareParse()
705 CPDF_Dictionary* pResources = pStream->GetDict()->GetDict(FX_BSTRC("Resources")); in AddForm() local
721 … m_pObjectList, pResources, &form_bbox, &m_Options, m_pCurStates, m_Level + 1); in AddForm()
Dfpdf_page_parser_old.cpp1005 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDict(FX_BSTRC("Resources")); in Start() local
1009 pResources, &form_bbox, pOptions, pGraphicStates, level); in Start()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h462 void SetPageResources(CPDF_Dictionary* pResources) in SetPageResources() argument
464 m_pPageResources = pResources; in SetPageResources()
Dfpdf_parser.h124 CPDF_ColorSpace* LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources = NULL);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp477 CPDF_Dictionary* pResources = NULL; in ProcessForm() local
479 pResources = pFormObj->m_pForm->m_pFormDict->GetDict(FX_BSTRC("Resources")); in ProcessForm()
483 … this, pFormObj, &m_Options, m_Transparency, m_bDropObjects, pResources, FALSE); in ProcessForm()