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

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3font.h32 void SetPageResources(CPDF_Dictionary* pResources) { argument
33 m_pPageResources = pResources;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.h43 const CPDF_Dictionary* pResources);
45 const CPDF_Dictionary* pResources,
H A Dcpdf_docpagedata.cpp213 const CPDF_Dictionary* pResources) {
215 return GetColorSpaceGuarded(pCSObj, pResources, &visited);
220 const CPDF_Dictionary* pResources,
233 if (!pCS && pResources) {
234 CPDF_Dictionary* pList = pResources->GetDictFor("ColorSpace");
240 if (!pCS || !pResources)
243 CPDF_Dictionary* pColorSpaces = pResources->GetDictFor("ColorSpace");
270 return GetColorSpaceGuarded(pArray->GetDirectObjectAt(0), pResources,
211 GetColorSpace( CPDF_Object* pCSObj, const CPDF_Dictionary* pResources) argument
218 GetColorSpaceGuarded( CPDF_Object* pCSObj, const CPDF_Dictionary* pResources, std::set<CPDF_Object*>* pVisited) argument
H A Dcpdf_contentparser.cpp85 CPDF_Dictionary* pResources = pForm->m_pFormDict->GetDictFor("Resources"); local
88 pForm->m_pResources.Get(), pParentMatrix, pForm, pResources, form_bbox,
H A Dcpdf_streamcontentparser.cpp245 CPDF_Dictionary* pResources,
252 m_pResources(pResources),
239 CPDF_StreamContentParser( CPDF_Document* pDocument, CPDF_Dictionary* pPageResources, CPDF_Dictionary* pParentResources, const CFX_Matrix* pmtContentToUser, CPDF_PageObjectHolder* pObjHolder, CPDF_Dictionary* pResources, const CFX_FloatRect& rcBBox, CPDF_AllStates* pStates, std::set<const uint8_t*>* parsedSet) argument
H A Dcpdf_streamcontentparser.h40 CPDF_Dictionary* pResources,
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_document.h75 CPDF_Dictionary* pResources = nullptr);
H A Dcpdf_document.cpp636 CPDF_Dictionary* pResources) {
637 return m_pDocPage->GetColorSpace(pCSObj, pResources);
635 LoadColorSpace(CPDF_Object* pCSObj, CPDF_Dictionary* pResources) argument
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp1286 CPDF_Dictionary* pResources = local
1291 pResources, false);

Completed in 6360 milliseconds