Searched refs:bmpNew (Results 1 – 8 of 8) sorted by relevance
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/ |
H A D | menuitem.cpp | 691 void wxMenuItem::DoSetBitmap(const wxBitmap& bmpNew, bool bChecked) in DoSetBitmap() argument 694 if ( bmp.IsSameAs(bmpNew) ) in DoSetBitmap() 698 if ( !bmpNew.HasAlpha() && wxGetWinVersion() >= wxWinVersion_Vista) in DoSetBitmap() 701 wxImage img(bmpNew.ConvertToImage()); in DoSetBitmap() 708 bmp = bmpNew; in DoSetBitmap()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/tests/mono/System.Drawing/ |
H A D | BitmapTests.cs | 345 using (Bitmap bmpNew = bmp.Clone(rect, PixelFormat.Format32bppArgb)) in Clone() 349 Color colornew0 = bmpNew.GetPixel(0, 0); in Clone() 350 Color colornew50 = bmpNew.GetPixel(49, 49); in Clone() 362 using (Bitmap bmpNew = (Bitmap)bmp.Clone()) in CloneImage() 364 Assert.Equal(bmp.Width, bmpNew.Width); in CloneImage() 365 Assert.Equal(bmp.Height, bmpNew.Height); in CloneImage() 366 Assert.Equal(bmp.PixelFormat, bmpNew.PixelFormat); in CloneImage()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/Test/System.Drawing/ |
H A D | TestBitmap.cs | 539 Bitmap bmpNew = bmp.Clone (rect, PixelFormat.Format32bppArgb); in Clone() 542 Color colornew0 = bmpNew.GetPixel(0,0); in Clone() 543 Color colornew50 = bmpNew.GetPixel(49,49); in Clone() 555 Bitmap bmpNew = (Bitmap) bmp.Clone (); in CloneImage() 557 Assert.AreEqual (bmp.Width, bmpNew.Width); in CloneImage() 558 Assert.AreEqual (bmp.Height, bmpNew.Height); in CloneImage() 559 Assert.AreEqual (bmp.PixelFormat, bmpNew.PixelFormat); in CloneImage()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/ |
H A D | property.cpp | 2127 wxBitmap* bmpNew = new wxBitmap(img, 32); in SetValueImage() local 2130 wxBitmap* bmpNew = new wxBitmap(maxSz.x,maxSz.y,bmp.GetDepth()); in SetValueImage() 2132 dc.SelectObject(*bmpNew); in SetValueImage() 2138 m_valueBitmap = bmpNew; in SetValueImage()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/ |
H A D | property.cpp | 2127 wxBitmap* bmpNew = new wxBitmap(img, 32); in SetValueImage() local 2130 wxBitmap* bmpNew = new wxBitmap(maxSz.x,maxSz.y,bmp.GetDepth()); in SetValueImage() 2132 dc.SelectObject(*bmpNew); in SetValueImage() 2138 m_valueBitmap = bmpNew; in SetValueImage()
|
/dports/ftp/multiget/multiget-1.1.3/src/ |
H A D | mainframe.cpp | 518 wxBitmap bmpNew( tool_new_xpm ); in InitToolBar() local 534 bmpNew = wxBitmap( bmpNew.ConvertToImage().Scale( TOOLBAR_SIZE, TOOLBAR_SIZE ) ); in InitToolBar() 567 bmpNew, in InitToolBar()
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/ |
H A D | UIUtil.cs | 513 Bitmap bmpNew = new Bitmap(nWidth, nHeight, PixelFormat.Format24bppRgb); in ConvertImageList24() 515 using(Graphics g = Graphics.FromImage(bmpNew)) in ConvertImageList24() 528 lNew.Add(bmpNew); in ConvertImageList24()
|
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/ |
H A D | propgrid.cpp | 1895 wxBitmap* bmpNew = new wxBitmap(img, 32); in SetValueImage() local 1900 wxBitmap* bmpNew = new wxBitmap(maxSz.x,maxSz.y,bmp.GetDepth()); in SetValueImage() 1903 dc.SelectObject(*bmpNew); in SetValueImage() 1913 m_valueBitmap = bmpNew; in SetValueImage()
|