Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp507 m_pAnnot(pAnnot), in CPDFSDK_Annot()
516 m_pAnnot = NULL; in ~CPDFSDK_Annot()
522 return m_pAnnot; in GetPDFAnnot()
527 ASSERT(m_pAnnot != NULL); in GetFlags()
529 return m_pAnnot->GetFlags(); in GetFlags()
565 ASSERT(m_pAnnot != NULL); in GetAnnotDict()
567 return m_pAnnot->m_pAnnotDict; in GetAnnotDict()
572 ASSERT(m_pAnnot != NULL); in SetRect()
573 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in SetRect()
577 m_pAnnot->m_pAnnotDict->SetAtRect("Rect", rect); in SetRect()
[all …]
Dfsdk_baseform.cpp42 ASSERT(m_pAnnot != NULL); in IsWidgetAppearanceValid()
43 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in IsWidgetAppearanceValid()
45 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP"); in IsWidgetAppearanceValid()
99 CPDF_FormControl* pFormControl = pPDFInterForm->GetControlByDict(m_pAnnot->m_pAnnotDict); in GetFieldFlags()
389 ASSERT(m_pAnnot != NULL); in ResetAppearance()
390 m_pAnnot->ClearCachedAP(); in ResetAppearance()
1541 ASSERT(m_pAnnot != NULL); in AddImageToAppearance()
1542 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in AddImageToAppearance()
1547 CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP"); in AddImageToAppearance()
1582 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.h186 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()