Home
last modified time | relevance | path

Searched refs:m_pAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp512 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) { in CPDFSDK_BAAnnot()
516 return m_pAnnot; in GetPDFAnnot()
537 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()
544 m_pAnnot->GetAnnotDict()->SetAtRect("Rect", rect); in SetRect()
549 m_pAnnot->GetRect(rect); in GetRect()
554 return m_pAnnot->GetSubType(); in GetType()
565 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, pUser2Device, in DrawAppearance()
570 return m_pAnnot->GetAnnotDict()->GetDict("AP") != NULL; in IsAppearanceValid()
574 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsAppearanceValid()
595 m_pAnnot->DrawBorder(pDevice, pUser2Device, pOptions); in DrawBorder()
[all …]
Dfsdk_baseform.cpp462 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsWidgetAppearanceValid()
516 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict()); in GetFieldFlags()
803 m_pAnnot->ClearCachedAP();
1849 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP");
1874 if (CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP")) {
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h148 CPDFSDK_Annot* GetSDKAnnot() { return m_pAnnot; } in GetSDKAnnot()
155 CPDFSDK_Annot* m_pAnnot; variable
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h216 CPDF_Annot* m_pAnnot;
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp22 : m_pApp(pApp), m_pAnnot(pAnnot), m_bValid(FALSE), m_ptOldPos(0, 0) { in CFFL_FormFiller()
467 UnderlyingPageType* pPage = m_pAnnot->GetUnderlyingPage(); in GetCurPageView()