Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_flatten.cpp72 std::vector<CPDF_Dictionary*>* pObjectArray) { in ParserStream() argument
84 pObjectArray->push_back(pStream); in ParserStream()
90 std::vector<CPDF_Dictionary*>* pObjectArray, in ParserAnnots() argument
122 ParserStream(pPageDic.Get(), pAnnotDict.Get(), pRectArray, pObjectArray); in ParserAnnots()