HomeSort by relevance Sort by last modified time
    Searched refs:pAnnotList (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_linklist.cpp 58 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArrayFor("Annots");
59 if (!pAnnotList)
62 for (size_t i = 0; i < pAnnotList->GetCount(); ++i) {
63 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(i);
cpdf_interform.cpp 906 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArrayFor("Annots");
907 if (!pAnnotList)
910 for (size_t i = pAnnotList->GetCount(); i > 0; --i) {
912 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(annot_index);
    [all...]

Completed in 58 milliseconds