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

  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 218 class CPDFSDK_AnnotIterator
226 CPDFSDK_AnnotIterator(CPDFSDK_PageView * pPageView, FX_BOOL bReverse,
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 757 CPDFSDK_AnnotIterator::CPDFSDK_AnnotIterator(CPDFSDK_PageView * pPageView,FX_BOOL bReverse,
770 CPDFSDK_Annot* CPDFSDK_AnnotIterator::NextAnnot (const CPDFSDK_Annot* pCurrent)
786 CPDFSDK_Annot* CPDFSDK_AnnotIterator::PrevAnnot (const CPDFSDK_Annot*pCurrent)
802 CPDFSDK_Annot* CPDFSDK_AnnotIterator::NextAnnot (int& index)
825 CPDFSDK_Annot* CPDFSDK_AnnotIterator::PrevAnnot (int& index)
847 CPDFSDK_Annot*CPDFSDK_AnnotIterator::Next(const CPDFSDK_Annot* pCurrent)
854 CPDFSDK_Annot* CPDFSDK_AnnotIterator::Prev(const CPDFSDK_Annot* pCurrent)
860 CPDFSDK_Annot*CPDFSDK_AnnotIterator::Next(int& index )
867 CPDFSDK_Annot* CPDFSDK_AnnotIterator::Prev(int& index )
    [all...]

Completed in 44 milliseconds