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();
cpdfsdk_pageview.cpp 157 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CXFA_FFWidget* pPDFAnnot) {
158 if (!pPDFAnnot)
161 CPDFSDK_Annot* pSDKAnnot = GetAnnotByXFAWidget(pPDFAnnot);
166 pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this);
461 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
462 CheckUnSupportAnnot(GetPDFDocument(), pPDFAnnot);
463 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this);
fsdk_define.h 105 void CheckUnSupportAnnot(CPDF_Document* pDoc, const CPDF_Annot* pPDFAnnot);
cpdfsdk_annothandlermgr.cpp 66 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
69 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_String>(
71 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_Number>("F", 0);
cpdfsdk_pageview.h 52 CPDFSDK_Annot* AddAnnot(CXFA_FFWidget* pPDFAnnot);
  /external/pdfium/fxjs/
cjs_annot.cpp 50 CPDF_Annot* pPDFAnnot = ToBAAnnot(m_pAnnot.Get())->GetPDFAnnot();
52 CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict())));
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.cpp 47 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot();
48 CFX_FloatRect rcWin = pPDFAnnot->GetRect();

Completed in 253 milliseconds