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

  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 37 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const {
38 return m_pAnnot->GetAnnotDict();
45 m_pAnnot->GetAnnotDict()->SetRectFor("Rect", rect);
65 return !!m_pAnnot->GetAnnotDict()->GetDictFor("AP");
69 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
99 m_pAnnot->GetAnnotDict()->RemoveFor("Contents");
101 m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
107 return m_pAnnot->GetAnnotDict()->GetUnicodeTextFor("Contents");
112 m_pAnnot->GetAnnotDict()->RemoveFor("NM");
114 m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_String>
    [all...]
fpdf_ext.cpp 54 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
cpdfsdk_baannot.h 39 CPDF_Dictionary* GetAnnotDict() const;
cpdfsdk_annothandlermgr.cpp 67 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
69 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_Number>("F", 0);
fpdfeditpage.cpp 294 CPDF_Array* pRectArray = pAnnot->GetAnnotDict()->GetArrayFor("Rect");
296 pRectArray = pAnnot->GetAnnotDict()->SetNewFor<CPDF_Array>("Rect");
cpdfsdk_widgethandler.cpp 59 pInterForm->GetInterForm(), pAnnot->GetAnnotDict());
cpdfsdk_widget.cpp 464 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
522 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict());
538 return pPDFInterForm->GetControlByDict(GetAnnotDict());
    [all...]
cpdfsdk_pageview.cpp 226 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
  /external/pdfium/fpdfsdk/javascript/
Annot.cpp 47 vp << CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict());
  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 86 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
cpdf_annotlist.cpp 30 CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict();
130 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict();

Completed in 312 milliseconds