Lines Matching refs:pWidget
10 CPDFSDK_Widget* pWidget) in CFFL_Button() argument
11 : CFFL_FormFiller(pApp, pWidget), m_bMouseIn(false), m_bMouseDown(false) {} in CFFL_Button()
67 CPDFSDK_Widget* pWidget = static_cast<CPDFSDK_Widget*>(pAnnot); in OnDraw() local
68 CPDF_FormControl* pCtrl = pWidget->GetFormControl(); in OnDraw()
70 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
75 if (pWidget->IsWidgetAppearanceValid(CPDF_Annot::Down)) { in OnDraw()
76 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Down, in OnDraw()
79 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
85 if (pWidget->IsWidgetAppearanceValid(CPDF_Annot::Rollover)) { in OnDraw()
86 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Rollover, in OnDraw()
89 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, in OnDraw()
95 pWidget->DrawAppearance(pDevice, mtUser2Device, CPDF_Annot::Normal, nullptr); in OnDraw()