Home
last modified time | relevance | path

Searched refs:_wxGetBitmapFromMemory (Results 1 – 3 of 3) sorted by relevance

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorFrame.h58 #define wxGetBitmapFromMemory(name) _wxGetBitmapFromMemory(name ## _png, sizeof(name ## _png))
59 inline wxBitmap _wxGetBitmapFromMemory(const unsigned char *data, int length) { in _wxGetBitmapFromMemory() function
/dports/graphics/comical/comical-0.8/src/
H A DComicalFrame.h117 #define wxGetBitmapFromMemory(name) _wxGetBitmapFromMemory(name ## _png, sizeof(name ## _png))
119 inline wxBitmap _wxGetBitmapFromMemory(const unsigned char *data, int length) { in _wxGetBitmapFromMemory() function
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DFM_rc.cpp56 #define wxGetBitmapFromMemory(name) _wxGetBitmapFromMemory(name ## _png, sizeof(name ## _png))
58 static inline wxBitmap _wxGetBitmapFromMemory(const unsigned char *data, int length) { in _wxGetBitmapFromMemory() function