Home
last modified time | relevance | path

Searched refs:LoadDib (Results 1 – 15 of 15) sorted by relevance

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dimagbmp.h64 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dimagbmp.h64 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dimagbmp.h72 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dimagbmp.h72 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dimagbmp.h72 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dimagbmp.h72 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dimagbmp.h64 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dimagbmp.h74 bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dimagbmp.cpp1002 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
1143 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1533 bResult = LoadDib(image, stream, verbose, false /* not BMP */); in DoLoadFile()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp865 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
981 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1287 bResult = LoadDib(image, stream, true, IsBmp); in DoLoadFile()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp865 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
981 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1287 bResult = LoadDib(image, stream, true, IsBmp); in DoLoadFile()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp865 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
981 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1287 bResult = LoadDib(image, stream, true, IsBmp); in DoLoadFile()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dimagbmp.cpp865 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
981 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1287 bResult = LoadDib(image, stream, true, IsBmp); in DoLoadFile()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dimagbmp.cpp1002 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
1143 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1533 bResult = LoadDib(image, stream, verbose, false /* not BMP */); in DoLoadFile()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dimagbmp.cpp1002 bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream, in LoadDib() function in wxBMPHandler
1231 return LoadDib(image, stream, verbose, true/*isBmp*/); in LoadFile()
1673 bResult = LoadDib(image, stream, verbose, false /* not BMP */); in DoLoadFile()