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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Ddcprint.h43 virtual void DoDrawBitmap( const wxBitmap& rBmp
H A Ddc.h268 virtual void DoDrawBitmap( const wxBitmap& rBmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp127 // helper of DoDrawBitmap() and DoBlit()
136 void wxPrinterDC::DoDrawBitmap(const wxBitmap& bmp, function in class:wxPrinterDC
H A Ddc.cpp234 void wxDC::DoDrawBitmap( const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask ) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcprint.h40 virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
H A Ddc.h206 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/palmos/
H A Ddcprint.h40 virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y,
H A Ddc.h167 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/motif/
H A Ddc.cpp44 DoDrawBitmap(icon, x, y, true);
47 void wxDC::DoDrawBitmap( const wxBitmap& bitmap, wxCoord x, wxCoord y, bool useMask ) function in class:wxDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcprint.cpp345 void wxPrinterDC::DoDrawBitmap( const wxBitmap& rBmp, function in class:wxPrinterDC
357 } // end of wxPrinterDC::DoDrawBitmap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h120 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/motif/
H A Ddc.h62 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/contrib/include/wx/svg/
H A Ddcsvg.h59 void DoDrawBitmap(const class wxBitmap &, wxCoord, wxCoord, bool = 0) ;
225 { DoDrawBitmap ( bitmap, x, y, transparent ) ; return ;};
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcmirror.h191 virtual void DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y, function in class:wxMirrorDC
194 m_dc.DoDrawBitmap(bmp, GetX(x, y), GetY(x, y), useMask);
H A Ddcgraph.h141 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/x11/
H A Ddcclient.h52 virtual void DoDrawBitmap( const wxBitmap &bitmap, wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddc.h146 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/dfb/
H A Ddc.h145 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/
H A Ddcclient.h57 virtual void DoDrawBitmap( const wxBitmap &bitmap, wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddcclient.h63 virtual void DoDrawBitmap( const wxBitmap &bitmap, wxCoord x, wxCoord y,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddc.h178 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/mgl/
H A Ddc.h162 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/dfb/
H A Ddc.cpp739 void wxDC::DoDrawBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y, bool useMask) function in class:wxDC
753 DoDrawBitmap((const wxBitmap&)icon, x, y, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcprint.cpp341 // helper of DoDrawBitmap() and DoBlit()
386 void wxPrinterDC::DoDrawBitmap(const wxBitmap& bmp, function in class:wxPrinterDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp744 DoDrawBitmap(myBitmap, xdest, ydest);
757 DoDrawBitmap(myBitmap, x, y);
764 void wxSVGFileDC::DoDrawBitmap(const class wxBitmap & bmp, wxCoord x, wxCoord y , bool WXUNUSED(bTransparent) /*=0*/ ) function in class:wxSVGFileDC
802 wxASSERT_MSG(!wxSVG_DEBUG, wxT("wxSVGFileDC::DoDrawBitmap Call executed")) ;

Completed in 296 milliseconds

12