Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:pAnnots

1290     CPDF_Array* pAnnots = pPageDict->GetArray(FX_BSTRC("Annots"));

1291 if (pAnnots == NULL) {
1294 int iAnnotCount = pAnnots->GetCount();
1296 CPDF_Dictionary* pAnnot = pAnnots->GetDict(i);
1647 CPDF_Array* pAnnots = pPageDict->GetArray("Annots");
1648 if (pAnnots == NULL) {
1651 FX_DWORD dwCount = pAnnots->GetCount();
1653 CPDF_Object* pAnnotDict = pAnnots->GetElementValue(i);