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

  /external/pdfium/core/fpdfdoc/
cpdf_linklist.cpp 40 size_t annot_index = i - 1; local
41 CPDF_Dictionary* pAnnot = (*pPageLinkList)[annot_index];
50 *z_order = annot_index;
cpdf_interform.cpp 911 size_t annot_index = i - 1; local
912 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(annot_index);
925 *z_order = static_cast<int>(annot_index);
    [all...]

Completed in 523 milliseconds