Home
last modified time | relevance | path

Searched refs:AddBitmap (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DTextBox2.py103 self.Handle1 = Canvas.AddBitmap(Resources.getMoveCursorBitmap(), Point, Position='cc')
104 self.Handle2a = Canvas.AddBitmap(Resources.getMoveRLCursorBitmap(), Point, Position='cc')
105 self.Handle2b = Canvas.AddBitmap(Resources.getMoveRLCursorBitmap(), Point, Position='cc')
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DBitmapAtlasGenerator.h49 void AddBitmap(Bitmap *);
H A DBitmapAtlasGenerator.cpp32 void BitmapAtlasGenerator::AddBitmap(spades::Bitmap *b) { bmps.push_back(b); } in AddBitmap() function in spades::BitmapAtlasGenerator
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC/
H A DBmpSwitcher.h35 void AddBitmap(wxBitmap *bitmap) ;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/src/wx/KWIC/
H A DBmpSwitcher.cpp142 void kwxBmpSwitcher::AddBitmap(wxBitmap *bitmap) in AddBitmap() function in kwxBmpSwitcher
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/archivers/lzma/lzma-19.00/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/Windows/Control/
H A DCommandBar.h34 …int AddBitmap(HINSTANCE hInst, int idBitmap, int iNumImages, int iImageWidth, int iImageHeight) { … in AddBitmap() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DFloatCanvas.py1246 BitMap = Canvas.AddBitmap(bmp, Point, Position = "cc" )
1250 BitMap = Canvas.AddBitmap(bmp, Point, Position = "br" )
1254 BitMap = Canvas.AddBitmap(bmp, Point, Position = "bl" )
1258 BitMap = Canvas.AddBitmap(bmp, Point, Position = "tr" )
1262 BitMap = Canvas.AddBitmap(bmp, Point, Position = "tl" )
1266 BitMap = Canvas.AddBitmap(bmp, Point, Position = "cr" )
1270 BitMap = Canvas.AddBitmap(bmp, Point, Position = "cl" )
1274 BitMap = Canvas.AddBitmap(bmp, Point, Position = "tc" )
1278 BitMap = Canvas.AddBitmap(bmp, Point, Position = "bc" )
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithContribItems/wxSmithKWIC/
H A Dwxsbmpswitcher.cpp126 preview->AddBitmap(new wxBitmap(wxImage(Desc->sPath))); in OnBuildPreview()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/pdfviewer/
H A Dviewer.py936 item = self.AddBitmap(stream._data, width, height, filters)
950 item = self.AddBitmap(data, width, height, filters)
955 def AddBitmap(self, data, width, height, filters): member in pypdfProcessor
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dpicture.h517 #define AddBitmap Nlm_AddBitmap macro
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dgdicmn.h451 void AddBitmap(wxBitmap *bitmap);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlctrlw.h659 BOOL AddBitmap(ATL::_U_STRINGorID bitmap, int nCommandID) in AddBitmap() function
666 return AddBitmap(bmp, nCommandID); in AddBitmap()
669 BOOL AddBitmap(HBITMAP hBitmap, UINT nCommandID) in AddBitmap() function
774 bRet = AddBitmap(hBitmap, nCommandID); in ReplaceBitmap()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrlw.h680 BOOL AddBitmap(ATL::_U_STRINGorID bitmap, int nCommandID) in AddBitmap() function
687 return AddBitmap(bmp, nCommandID); in AddBitmap()
690 BOOL AddBitmap(HBITMAP hBitmap, UINT nCommandID) in AddBitmap() function
795 bRet = AddBitmap(hBitmap, nCommandID); in ReplaceBitmap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlctrlw.h659 BOOL AddBitmap(ATL::_U_STRINGorID bitmap, int nCommandID) in AddBitmap() function
666 return AddBitmap(bmp, nCommandID); in AddBitmap()
669 BOOL AddBitmap(HBITMAP hBitmap, UINT nCommandID) in AddBitmap() function
774 bRet = AddBitmap(hBitmap, nCommandID); in ReplaceBitmap()

12