Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:pAPDict

394     CPDF_Dictionary* pAPDict = pAnnotDict->GetDict("AP");
395 if (pAPDict == NULL) {
396 pAPDict = CPDF_Dictionary::Create();
397 if (pAPDict == NULL) {
400 pAnnotDict->SetAt("AP", pAPDict);
402 CPDF_Stream* pNormalStream = pAPDict->GetStream("N");