Searched refs:DoDrawBitmap (Results 26 - 40 of 40) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h271 { DoDrawBitmap(bmp, x, y, useMask); }
274 { DoDrawBitmap(bmp, pt.x, pt.y, useMask); }
726 virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h249 void DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool useMask = false );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h247 virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddc.cpp1259 // just convert to a bitmap then let the DoDrawBitmap routine display it
1263 DoDrawBitmap(rIcon.GetXpmSrc(), vX, vY, true);
1269 DoDrawBitmap(vBitmap, vX, vY, false);
1275 void wxDC::DoDrawBitmap( function in class:wxDC
1678 } // end of wxDC::DoDrawBitmap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1067 DoDrawBitmap( (const wxBitmap&)icon, x, y, true );
1070 void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap, function in class:wxWindowDC
1696 DoDrawBitmap( src, i_x, i_y, true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp998 DoDrawBitmap( (const wxBitmap&)icon, x, y, true );
1001 void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap, function in class:wxWindowDC
1529 DoDrawBitmap( src, i_x, i_y, true );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp992 DoDrawBitmap(icon, x, y, true);
996 void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap, function in class:wxWindowDC
1115 void wxWindowDC::DoDrawBitmap( const wxBitmap &bitmap, function in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp1459 void wxDC::DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask) function in class:wxDC
1473 DoDrawBitmap((const wxBitmap&)icon, x, y, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp122 void wxGCDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool WXUNUSED(useMask) ) function in class:wxGCDC
124 wxCHECK_RET( Ok(), wxT("wxGCDC(cg)::DoDrawBitmap - invalid DC") );
125 wxCHECK_RET( bmp.Ok(), wxT("wxGCDC(cg)::DoDrawBitmap - invalid bitmap") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp354 void wxDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask ) function in class:wxDC
405 wxT("DoDrawBitmap: Unable to lock pixels"));
444 DoDrawBitmap( icon , x , y , icon.GetMask() != NULL ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1450 DoDrawBitmap( icon, x, y, true );
1453 void wxGnomePrintDC::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool useMask ) function in class:wxGnomePrintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp841 void wxPostScriptDC::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool WXUNUSED(useMask) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp363 void wxDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask ) function in class:wxDC
365 wxCHECK_RET( Ok(), wxT("wxDC::DoDrawBitmap - invalid DC") );
366 wxCHECK_RET( bmp.Ok(), wxT("wxDC::DoDrawBitmap - invalid bitmap") );
413 wxT("wxDC::DoDrawBitmap - failed to lock pixels"));
H A Ddccg.cpp1222 void wxDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask )
1224 wxCHECK_RET( Ok(), wxT("wxDC(cg)::DoDrawBitmap - invalid DC") );
1225 wxCHECK_RET( bmp.Ok(), wxT("wxDC(cg)::DoDrawBitmap - invalid bitmap") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp1177 void wxDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask ) function in class:wxDC

Completed in 195 milliseconds

12