Searched refs:CreateFromImageAsPixmap (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbitmap.h130 bool CreateFromImageAsPixmap(const wxImage& image, int depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dbitmap.h144 bool CreateFromImageAsPixmap(const wxImage& image);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp455 return CreateFromImageAsPixmap(image, depth);
458 bool wxBitmap::CreateFromImageAsPixmap(const wxImage& image, int depth) function in class:wxBitmap
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp612 return CreateFromImageAsPixmap(image);
717 bool wxBitmap::CreateFromImageAsPixmap(const wxImage& img) function in class:wxBitmap

Completed in 70 milliseconds