Lines Matching refs:m_pAnnot
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()
1583 ASSERT(m_pAnnot->m_pAnnotDict != NULL); in RemoveAppearance()
1585 if (CPDF_Dictionary* pAPDict = m_pAnnot->m_pAnnotDict->GetDict("AP")) in RemoveAppearance()