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

  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 35 m_AnnotList.push_back(new CPDF_Annot(pDict, this));
44 for (CPDF_Annot* annot : m_AnnotList)
56 for (CPDF_Annot* pAnnot : m_AnnotList) {
91 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
93 CPDF_Annot::Normal, pOptions)) {
117 CPDF_Annot::CPDF_Annot(CPDF_Dictionary* pDict, CPDF_AnnotList* pList)
121 CPDF_Annot::~CPDF_Annot() {
124 void CPDF_Annot::ClearCachedAP()
    [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 21 class CPDF_Annot;
383 class CPDF_Annot : public CFX_PrivateData {
387 CPDF_Annot(CPDF_Dictionary* pDict, CPDF_AnnotList* pList);
388 ~CPDF_Annot();
448 CPDF_Annot* GetAt(size_t index) const { return m_AnnotList[index]; }
449 const std::vector<CPDF_Annot*>& All() const { return m_AnnotList; }
463 std::vector<CPDF_Annot*> m_AnnotList;
913 CPDF_Annot::AppearanceMode mode,

Completed in 61 milliseconds