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

/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp215 CPDF_Array* pAnnots = pPage->m_pFormDict->GetArray("Annots");
216 if(!pAnnots)
218 for (int i = *startPos; i < (int)pAnnots->GetCount(); i++) {
219 CPDF_Dictionary* pDict = (CPDF_Dictionary*)pAnnots->GetElementValue(i);
H A Dfpdf_flatten.cpp93 CPDF_Array* pAnnots = pPageDic->GetArray("Annots"); local
94 if (!pAnnots)
97 FX_DWORD dwSize = pAnnots->GetCount();
100 CPDF_Object* pObj = pAnnots->GetElementValue(i);
H A Dfsdk_baseform.cpp1819 if (CPDF_Array* pAnnots = pPageDict->GetArray("Annots"))
1821 for (int j=0,jsz=pAnnots->GetCount(); j<jsz; j++)
1823 CPDF_Object* pDict = pAnnots->GetElementValue(j);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp19 CPDF_Array* pAnnots = m_pPageDict->GetArray("Annots"); local
20 if (pAnnots == NULL) {
26 for (FX_DWORD i = 0; i < pAnnots->GetCount(); i ++) {
27 CPDF_Dictionary* pDict = (CPDF_Dictionary*)pAnnots->GetElementValue(i);
38 pAnnots->InsertAt(i, pAction);
39 pAnnots->RemoveAt(i + 1);
40 pDict = pAnnots->GetDict(i);
H A Ddoc_form.cpp1269 CPDF_Array* pAnnots = pPageDict->GetArray(FX_BSTRC("Annots")); local
1270 if (pAnnots == NULL) {
1273 int iAnnotCount = pAnnots->GetCount();
1275 CPDF_Dictionary* pAnnot = pAnnots->GetDict(i);
1623 CPDF_Array* pAnnots = pPageDict->GetArray("Annots"); local
1624 if (pAnnots == NULL) {
1627 FX_DWORD dwCount = pAnnots->GetCount();
1629 CPDF_Object* pAnnotDict = pAnnots->GetElementValue(i);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp4368 CPDF_Object *pAnnots = pPageDict->GetElement(FX_BSTRC("Annots")); local
4369 if (!pAnnots) {
4373 obj_array.Add(pAnnots);

Completed in 108 milliseconds