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