Searched refs:GetBackgroundBitmap (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dragimag/
H A Ddragimag.cpp90 if (wxGetApp().GetBackgroundBitmap().Ok())
97 wxGetApp().TileBitmap(rect, *(event.GetDC()), wxGetApp().GetBackgroundBitmap());
102 wxGetApp().TileBitmap(rect, dc, wxGetApp().GetBackgroundBitmap());
280 wxGetApp().TileBitmap(rect, dc, wxGetApp().GetBackgroundBitmap());
503 if (wxGetApp().GetBackgroundBitmap().Ok())
504 wxGetApp().TileBitmap(destRect, destDC, wxGetApp().GetBackgroundBitmap());
H A Ddragimag.h57 wxBitmap& GetBackgroundBitmap() const { return (wxBitmap&) m_background; } function in class:MyApp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dbutton.cpp226 if ( GetBackgroundBitmap().Ok() )
231 wxBitmap bmp = GetBackgroundBitmap(&alignment, &stretch);
H A Dwinuniv.cpp230 const wxBitmap& wxWindow::GetBackgroundBitmap(int *alignment, function in class:wxWindow
377 if ( GetBackgroundBitmap().Ok() )
382 wxBitmap bmp = GetBackgroundBitmap(&alignment, &stretch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dwindow.h88 const wxBitmap& GetBackgroundBitmap(int *alignment = NULL,

Completed in 67 milliseconds