Searched refs:pResources (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_doc.cpp | 99 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()
|
D | pageint.h | 130 CPDF_PageObjects* pObjList, CPDF_Dictionary* pResources, 372 CPDF_ColorSpace* GetColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources);
|
D | fpdf_page_parser.cpp | 59 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()
|
D | fpdf_page_parser_old.cpp | 1005 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/ |
D | fpdf_resource.h | 462 void SetPageResources(CPDF_Dictionary* pResources) in SetPageResources() argument 464 m_pPageResources = pResources; in SetPageResources()
|
D | fpdf_parser.h | 124 CPDF_ColorSpace* LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources = NULL);
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 477 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()
|