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

/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp438 CPDF_Dictionary* pAPDic = pAnnotAP->GetDict("N"); local
439 if (!pAPDic)
443 pAPStream = pAPDic->GetStream(sAnnotState);
445 auto it = pAPDic->begin();
446 if (it != pAPDic->end()) {
461 CPDF_Dictionary* pAPDic = pAPStream->GetDict(); local
462 CFX_Matrix matrix = pAPDic->GetMatrix("Matrix");
465 if (pAPDic->KeyExist("Rect"))
466 rcStream = pAPDic->GetRect("Rect");
467 else if (pAPDic
[all...]

Completed in 166 milliseconds