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

  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 49 void CheckUnSupportAnnot(CPDF_Document* pDoc, const CPDF_Annot* pPDFAnnot) {
50 CPDF_Annot::Subtype nAnnotSubtype = pPDFAnnot->GetSubtype();
54 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict();
fsdk_define.h 79 void CheckUnSupportAnnot(CPDF_Document* pDoc, const CPDF_Annot* pPDFAnnot);
cpdfsdk_pageview.cpp 164 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CXFA_FFWidget* pPDFAnnot) {
165 if (!pPDFAnnot)
168 CPDFSDK_Annot* pSDKAnnot = GetAnnotByXFAWidget(pPDFAnnot);
173 pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this);
421 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
422 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
423 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this);
cpdfsdk_annothandlermgr.cpp 64 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
67 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
69 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_Number>("F", 0);
cpdfsdk_pageview.h 50 CPDFSDK_Annot* AddAnnot(CXFA_FFWidget* pPDFAnnot);
  /external/pdfium/fpdfsdk/javascript/
Annot.cpp 46 CPDF_Annot* pPDFAnnot = ToBAAnnot(m_pAnnot.Get())->GetPDFAnnot();
47 vp << CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict());
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 48 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
49 CFX_FloatRect rcWin = CPWL_Utils::InflateRect(pPDFAnnot->GetRect(), 1);
    [all...]

Completed in 551 milliseconds