Searched refs:lType (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dbitmap.h99 ,long lType = wxBITMAP_TYPE_BMP_RESOURCE
104 ,long WXUNUSED(lType)
109 ,long lType
157 ,long lType
163 ,long lType = wxBITMAP_TYPE_BMP_RESOURCE
166 ,long lType = wxBITMAP_TYPE_XPM
169 ,int lType
292 ,long lType
296 ,lType)
323 ,int lType
[all...]
H A Dgdiimage.h91 ,long lType
96 m_lType = lType;
102 void SetType(long lType) { m_lType = lType; } argument
131 ,int lType
157 static wxGDIImageHandler* FindHandler(const wxString& rExtension, long lType);
158 static wxGDIImageHandler* FindHandler(long lType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dgdiimage.cpp59 ,int lType
106 ,long lType
109 ,lType
295 , long lType
304 (lType == -1 || pHandler->GetType() == lType) )
314 long lType
323 if ( pHandler->GetType() == lType )
H A Dbitmap.cpp298 , long lType
307 ,lType
316 , long lType
321 ,(int)lType
436 , long lType
441 wxBitmapHandler* pHandler = wxDynamicCast( FindHandler(lType)
451 ,lType
464 , long lType
472 wxBitmapHandler* pHandler = wxDynamicCast( FindHandler(lType)
478 wxLogDebug(wxT("Failed to create bitmap: no bitmap handler for type %ld defined."), lType);
[all...]
H A Dicon.cpp262 long lType,
270 wxGDIImageHandler* pHandler = FindHandler(lType);
276 ,lType
261 LoadFile( const wxString& rFilename, long lType, int nDesiredWidth, int nDesiredHeight ) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.h110 inline ItemizeStruc(int lType, int indent = 0, int labIndent = 0) argument
111 { listType = lType; currentItem = 0;

Completed in 95 milliseconds