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

  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 37 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const {
38 return m_pAnnot->GetAnnotDict();
42 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
44 pAPDict = m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_Dictionary>("AP");
52 m_pAnnot->GetAnnotDict()->SetRectFor("Rect", rect);
72 return !!m_pAnnot->GetAnnotDict()->GetDictFor("AP");
76 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
106 m_pAnnot->GetAnnotDict()->RemoveFor("Contents");
108 m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
114 return m_pAnnot->GetAnnotDict()->GetUnicodeTextFor("Contents")
    [all...]
fpdfannot.cpp 170 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
260 if (!pPage || !pPage->m_pFormDict || !pAnnot || !pAnnot->GetAnnotDict())
267 CPDF_Dictionary* pDict = pAnnot->GetAnnotDict();
304 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict();
322 if (!pAnnot || !pAnnot->GetAnnotDict() || !pAnnot->HasForm() || !pObj)
331 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(pAnnot->GetAnnotDict(),
359 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
369 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(pAnnot->GetAnnotDict(),
409 if (!pAnnot || !pAnnot->GetAnnotDict())
414 pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal)
    [all...]
cpdfsdk_baannot.h 36 CPDF_Dictionary* GetAnnotDict() const;
fpdf_ext.cpp 54 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
cpdfsdk_annothandlermgr.cpp 69 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
71 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_Number>("F", 0);
cpdfsdk_widgethandler.cpp 59 pInterForm->GetInterForm(), pAnnot->GetAnnotDict());
fpdfeditpage.cpp 310 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
cpdfsdk_widget.cpp 467 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
526 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict());
542 return pPDFInterForm->GetControlByDict(GetAnnotDict());
cpdfsdk_pageview.cpp 224 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
  /external/pdfium/core/fpdfdoc/
cpdf_annot.h 80 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
cpdf_annotlist.cpp 33 CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict();
186 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
  /external/pdfium/fxjs/
cjs_annot.cpp 52 CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict())));
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict();

Completed in 440 milliseconds