Searched refs:m_pAnnot (Results 1 – 5 of 5) sorted by relevance
507 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 …]
42 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 …]
142 CPDFSDK_Annot* GetSDKAnnot() {return m_pAnnot;} in GetSDKAnnot()146 CPDFSDK_Annot* m_pAnnot; variable
186 CPDF_Annot* m_pAnnot;
22 m_pAnnot(pAnnot), in CFFL_FormFiller()570 CPDF_Page* pPage = m_pAnnot->GetPDFPage(); in GetCurPageView()