Home
last modified time | relevance | path

Searched refs:pPageDic (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp64 void ParserStream(CPDF_Dictionary* pPageDic, in ParserStream() argument
76 if (IsValidRect(rect, pPageDic->GetRectFor("MediaBox"))) in ParserStream()
83 CPDF_Dictionary* pPageDic, in ParserAnnots() argument
87 if (!pSourceDoc || !pPageDic) in ParserAnnots()
90 GetContentsRect(pSourceDoc, pPageDic, pRectArray); in ParserAnnots()
91 CPDF_Array* pAnnots = pPageDic->GetArrayFor("Annots"); in ParserAnnots()
114 ParserStream(pPageDic, pAnnotDic, pRectArray, pObjectArray); in ParserAnnots()