Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp504 m_pAnnot(pAnnot), in CPDFSDK_Annot()
513 m_pAnnot = NULL; in ~CPDFSDK_Annot()
519 return m_pAnnot; in GetPDFAnnot()
524 ASSERT(m_pAnnot != NULL); in GetFlags()
526 return m_pAnnot->GetFlags(); in GetFlags()
562 ASSERT(m_pAnnot != NULL); in GetAnnotDict()
564 return m_pAnnot->m_pAnnotDict; in GetAnnotDict()
569 ASSERT(m_pAnnot != NULL); in SetRect()
570 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in SetRect()
574 m_pAnnot->m_pAnnotDict->SetAtRect("Rect", rect); in SetRect()
[all …]
Dfsdk_baseform.cpp41 ASSERT(m_pAnnot != NULL); in IsWidgetAppearanceValid()
42 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in IsWidgetAppearanceValid()
44 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP"); in IsWidgetAppearanceValid()
98 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict); in GetFieldFlags()
388 ASSERT(m_pAnnot != NULL); in ResetAppearance()
389 m_pAnnot->ClearCachedAP(); in ResetAppearance()
1540 ASSERT(m_pAnnot != NULL); in AddImageToAppearance()
1541 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in AddImageToAppearance()
1546 CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP"); in AddImageToAppearance()
1581 ASSERT(m_pAnnot != NULL); in RemoveAppearance()
[all …]
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h142 CPDFSDK_Annot* GetSDKAnnot() {return m_pAnnot;} in GetSDKAnnot()
146 CPDFSDK_Annot* m_pAnnot; variable
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h176 CPDF_Annot* m_pAnnot;
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp22 m_pAnnot(pAnnot), in CFFL_FormFiller()
570 CPDF_Page* pPage = m_pAnnot->GetPDFPage(); in GetCurPageView()