Searched defs:pLastParam (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp1144 CPDF_Object* pLastParam = GetObject(0); local
1145 if (pLastParam == NULL) {
1150 if (pLastParam->GetType() == PDFOBJ_NAME) {
1177 CPDF_Object* pLastParam = GetObject(0); local
1178 if (pLastParam == NULL) {
1183 if (pLastParam->GetType() == PDFOBJ_NAME) {

Completed in 4931 milliseconds