Searched refs:desiredHeight (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dicon.h31 int desiredWidth = -1, int desiredHeight = -1)
33 LoadFile(name, type, desiredWidth, desiredHeight);
44 int desiredWidth, int desiredHeight = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dicon.cpp77 int desiredHeight)
80 LoadFile(iconfile, flags, desiredWidth, desiredHeight);
139 int desiredWidth, int desiredHeight)
157 return handler->Load(this, filename, type, desiredWidth, desiredHeight);
74 wxIcon(const wxString& iconfile, long flags, int desiredWidth, int desiredHeight) argument
137 LoadFile(const wxString& filename, long type, int desiredWidth, int desiredHeight) argument
H A Dgdiimage.cpp71 int desiredWidth, int desiredHeight);
91 int desiredWidth, int desiredHeight);
126 int desiredWidth, int desiredHeight)
131 return LoadIcon(icon, name, flags, desiredWidth, desiredHeight);
137 int desiredWidth = -1, int desiredHeight = -1) = 0;
152 int desiredWidth = -1, int desiredHeight = -1);
170 int desiredWidth = -1, int desiredHeight = -1);
323 int WXUNUSED(desiredHeight))
356 int WXUNUSED(desiredHeight))
392 int desiredWidth, int desiredHeight)
389 LoadIcon(wxIcon *icon, const wxString& name, long WXUNUSED(flags), int desiredWidth, int desiredHeight) argument
487 desiredWidth, desiredHeight); local
500 LoadIcon(wxIcon *icon, const wxString& name, long WXUNUSED(flags), int desiredWidth, int desiredHeight) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dicon.cpp51 int desiredWidth, int desiredHeight )
53 LoadFile( icon_file, (wxBitmapType) flags, desiredWidth, desiredHeight );
105 int desiredWidth, int desiredHeight )
182 if ( handler->LoadFile( &bmp , filename, type, desiredWidth, desiredHeight ))
199 if ( desiredHeight == -1 )
200 desiredHeight = loadimage.GetHeight() ;
201 if ( desiredWidth != loadimage.GetWidth() || desiredHeight != loadimage.GetHeight() )
202 loadimage.Rescale( desiredWidth , desiredHeight ) ;
255 int desiredWidth, int desiredHeight )
258 icon.LoadFile( name , wxBITMAP_TYPE_ICON_RESOURCE , desiredWidth , desiredHeight ) ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dicon.cpp45 int desiredWidth, int desiredHeight)
47 LoadFile(icon_file, (wxBitmapType) flags, desiredWidth, desiredHeight);
55 int desiredWidth, int desiredHeight)
64 return handler->LoadFile(this, filename, type, desiredWidth, desiredHeight);
78 int desiredWidth, int desiredHeight)
44 wxIcon(const wxString& icon_file, int flags, int desiredWidth, int desiredHeight) argument
54 LoadFile(const wxString& filename, wxBitmapType type, int desiredWidth, int desiredHeight) argument
77 LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight) argument
H A Dbitmap.cpp1269 int desiredWidth, int desiredHeight)
1295 int desiredWidth, int desiredHeight);
1300 int desiredWidth, int desiredHeight)
1268 LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight) argument
1299 LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight) argument
H A Dpnghand.cpp884 int desiredWidth, int desiredHeight)
883 LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dicon.cpp55 int desiredWidth, int desiredHeight)
63 desiredWidth, desiredHeight);
54 LoadFile(const wxString& filename, wxBitmapType type, int desiredWidth, int desiredHeight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dicon.h31 int desiredWidth = -1, int desiredHeight = -1);
39 int desiredWidth /* = -1 */ , int desiredHeight = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dpnghand.h31 int desiredWidth, int desiredHeight);
H A Dicon.h27 int desiredWidth = -1, int desiredHeight = -1);
35 int desiredWidth /* = -1 */ , int desiredHeight = -1);
73 int desiredWidth = -1, int desiredHeight = -1);
89 int desiredWidth = -1, int desiredHeight = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dpnghand.h27 int desiredWidth, int desiredHeight);
H A Dicon.h27 int desiredWidth = -1, int desiredHeight = -1);
35 int desiredWidth /* = -1 */ , int desiredHeight = -1);
63 int desiredWidth = -1, int desiredHeight = -1);
79 int desiredWidth = -1, int desiredHeight = -1);
H A Dbitmap.h109 int desiredWidth, int desiredHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dicon.h37 int WXUNUSED(desiredWidth)=-1, int WXUNUSED(desiredHeight)=-1 ) :
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dicon.h58 int desiredWidth = -1, int desiredHeight = -1);
66 int desiredWidth = -1, int desiredHeight = -1);
H A Dbitmap.h259 int desiredWidth, int desiredHeight);
272 int desiredWidth, int desiredHeight);
H A Dgdiimage.h113 int desiredWidth, int desiredHeight) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dbitmap.h237 int desiredWidth, int desiredHeight);
250 int desiredWidth, int desiredHeight);
H A Dgdiimage.h103 int desiredWidth, int desiredHeight) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dbitmap.cpp550 int desiredWidth, int desiredHeight);
568 int WXUNUSED(desiredHeight))
680 int desiredWidth, int desiredHeight);
685 int desiredWidth, int desiredHeight)
705 desiredWidth, desiredHeight);
768 int desiredWidth, int desiredHeight);
786 int WXUNUSED(desiredHeight))
683 LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbitmap.h99 int desiredWidth, int desiredHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dbitmap.cpp474 int WXUNUSED(desiredHeight))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp1327 int desiredWidth, int desiredHeight);
1341 int WXUNUSED(desiredHeight))
1438 int WXUNUSED(desiredHeight))
1544 int WXUNUSED(desiredHeight))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dicon.tex84 \param{int}{ desiredWidth = -1}, \param{int}{ desiredHeight = -1}}
205 \item{Wx::Icon->new( name, type, desiredWidth = -1, desiredHeight = -1 )}

Completed in 137 milliseconds

12