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