Searched refs:m_pAnnot (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 512 : 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 …]
|
D | fsdk_baseform.cpp | 462 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/ |
D | FFL_FormFiller.h | 148 CPDFSDK_Annot* GetSDKAnnot() { return m_pAnnot; } in GetSDKAnnot() 155 CPDFSDK_Annot* m_pAnnot; variable
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 216 CPDF_Annot* m_pAnnot;
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 22 : m_pApp(pApp), m_pAnnot(pAnnot), m_bValid(FALSE), m_ptOldPos(0, 0) { in CFFL_FormFiller() 467 UnderlyingPageType* pPage = m_pAnnot->GetUnderlyingPage(); in GetCurPageView()
|