Home
last modified time | relevance | path

Searched refs:sizeBmp (Results 1 – 25 of 26) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dbmpbtncmn.cpp128 const wxSize sizeBmp = wxArtProvider::GetSizeHint(wxART_BUTTON); in NewCloseButton() local
129 wxBitmap bmp = GetCloseButtonBitmap(parent, sizeBmp, colBg); in NewCloseButton()
146 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_PRESSED)); in NewCloseButton()
149 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_CURRENT)); in NewCloseButton()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dbmpbtncmn.cpp128 const wxSize sizeBmp = wxArtProvider::GetSizeHint(wxART_BUTTON); in NewCloseButton() local
129 wxBitmap bmp = GetCloseButtonBitmap(parent, sizeBmp, colBg); in NewCloseButton()
146 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_PRESSED)); in NewCloseButton()
149 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_CURRENT)); in NewCloseButton()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dbmpbtncmn.cpp127 const wxSize sizeBmp = wxArtProvider::GetSizeHint(wxART_BUTTON); in CreateCloseButton() local
128 wxBitmap bmp = GetCloseButtonBitmap(parent, sizeBmp, colBg); in CreateCloseButton()
140 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_PRESSED)); in CreateCloseButton()
143 GetCloseButtonBitmap(parent, sizeBmp, colBg, wxCONTROL_CURRENT)); in CreateCloseButton()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dcheckbox.cpp188 wxSize sizeBmp = GetBitmapSize(); in DoGetBestClientSize() local
189 if ( height < sizeBmp.y ) in DoGetBestClientSize()
190 height = sizeBmp.y; in DoGetBestClientSize()
199 width += sizeBmp.x + 2*GetCharWidth(); in DoGetBestClientSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dcheckbox.cpp191 wxSize sizeBmp = GetBitmapSize(); in DoGetBestClientSize() local
192 if ( height < sizeBmp.y ) in DoGetBestClientSize()
193 height = sizeBmp.y; in DoGetBestClientSize()
202 width += sizeBmp.x + 2*GetCharWidth(); in DoGetBestClientSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dcheckbox.cpp191 wxSize sizeBmp = GetBitmapSize(); in DoGetBestClientSize() local
192 if ( height < sizeBmp.y ) in DoGetBestClientSize()
193 height = sizeBmp.y; in DoGetBestClientSize()
202 width += sizeBmp.x + 2*GetCharWidth(); in DoGetBestClientSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Danybutton.cpp523 const wxSize sizeBmp = m_imageData->GetBitmap(State_Normal).GetSize() in AdjustForBitmapSize() local
528 size.x += sizeBmp.x; in AdjustForBitmapSize()
529 if ( sizeBmp.y > size.y ) in AdjustForBitmapSize()
530 size.y = sizeBmp.y; in AdjustForBitmapSize()
534 size.y += sizeBmp.y; in AdjustForBitmapSize()
535 if ( sizeBmp.x > size.x ) in AdjustForBitmapSize()
536 size.x = sizeBmp.x; in AdjustForBitmapSize()
1321 const wxSize sizeBmp = bmp.GetSize(); in MSWOnDraw() local
1323 const wxSize sizeBmpWithMargins(sizeBmp + 2*margin); in MSWOnDraw()
1328 wxRect rectBitmap = wxRect(sizeBmp).CentreIn(rectButton); in MSWOnDraw()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Danybutton.cpp508 const wxSize sizeBmp = m_imageData->GetBitmap(State_Normal).GetSize() in AdjustForBitmapSize() local
513 size.x += sizeBmp.x; in AdjustForBitmapSize()
514 if ( sizeBmp.y > size.y ) in AdjustForBitmapSize()
515 size.y = sizeBmp.y; in AdjustForBitmapSize()
519 size.y += sizeBmp.y; in AdjustForBitmapSize()
520 if ( sizeBmp.x > size.x ) in AdjustForBitmapSize()
521 size.x = sizeBmp.x; in AdjustForBitmapSize()
1391 const wxSize sizeBmp = bmp.GetSize(); in MSWOnDraw() local
1393 const wxSize sizeBmpWithMargins(sizeBmp + 2*margin); in MSWOnDraw()
1398 wxRect rectBitmap = wxRect(sizeBmp).CentreIn(rectButton); in MSWOnDraw()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Danybutton.cpp523 const wxSize sizeBmp = m_imageData->GetBitmap(State_Normal).GetSize() in AdjustForBitmapSize() local
528 size.x += sizeBmp.x; in AdjustForBitmapSize()
529 if ( sizeBmp.y > size.y ) in AdjustForBitmapSize()
530 size.y = sizeBmp.y; in AdjustForBitmapSize()
534 size.y += sizeBmp.y; in AdjustForBitmapSize()
535 if ( sizeBmp.x > size.x ) in AdjustForBitmapSize()
536 size.x = sizeBmp.x; in AdjustForBitmapSize()
1321 const wxSize sizeBmp = bmp.GetSize(); in MSWOnDraw() local
1323 const wxSize sizeBmpWithMargins(sizeBmp + 2*margin); in MSWOnDraw()
1328 wxRect rectBitmap = wxRect(sizeBmp).CentreIn(rectButton); in MSWOnDraw()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dinfobar.py378 sizeBmp = (16, 16)
379 bmp = GetCloseButtonBitmap(self, sizeBmp, colBg)
384 … self._button.SetBitmapPressed(GetCloseButtonBitmap(self, sizeBmp, colBg, wx.CONTROL_PRESSED))
385 … self._button.SetBitmapCurrent(GetCloseButtonBitmap(self, sizeBmp, colBg, wx.CONTROL_CURRENT))
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp642 wxSize sizeBmp; in Realize() local
646 sizeBmp.x = in Realize()
647 sizeBmp.y = 0; in Realize()
655 sizeBmp.x = m_defaultWidth; in Realize()
656 sizeBmp.y = m_defaultHeight; in Realize()
864 MAKELONG(sizeBmp.x, sizeBmp.y)) ) in Realize()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp642 wxSize sizeBmp; in Realize() local
646 sizeBmp.x = in Realize()
647 sizeBmp.y = 0; in Realize()
655 sizeBmp.x = m_defaultWidth; in Realize()
656 sizeBmp.y = m_defaultHeight; in Realize()
864 MAKELONG(sizeBmp.x, sizeBmp.y)) ) in Realize()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp642 wxSize sizeBmp; in Realize() local
646 sizeBmp.x = in Realize()
647 sizeBmp.y = 0; in Realize()
655 sizeBmp.x = m_defaultWidth; in Realize()
656 sizeBmp.y = m_defaultHeight; in Realize()
864 MAKELONG(sizeBmp.x, sizeBmp.y)) ) in Realize()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dtbar95.cpp642 wxSize sizeBmp; in Realize() local
646 sizeBmp.x = in Realize()
647 sizeBmp.y = 0; in Realize()
655 sizeBmp.x = m_defaultWidth; in Realize()
656 sizeBmp.y = m_defaultHeight; in Realize()
864 MAKELONG(sizeBmp.x, sizeBmp.y)) ) in Realize()
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Dpictures.cpp404 int sizeBmp = size + 14; in dibToBmp() local
406 pattern.fill(0, sizeBmp); //resize and fill in dibToBmp()
413 bmpHeader->bmSize = sizeBmp; in dibToBmp()
/dports/editors/calligra/calligra-3.2.1/libs/vectorimage/libwmf/
H A Dqwmf.cc1229 int sizeBmp = size + 14; in dibToBmp() local
1231 pattern.fill(0, sizeBmp); //resize and fill in dibToBmp()
1238 bmpHeader->bmSize = sizeBmp; in dibToBmp()
H A DWmfParser.cpp1671 int sizeBmp = size + 14; in dibToBmp() local
1674 pattern.resize(sizeBmp); in dibToBmp()
1682 bmpHeader->bmSize = sizeBmp; in dibToBmp()
/dports/deskutils/kmail/kmail-21.12.3/ktnef/src/
H A Dqwmf.cpp1224 int sizeBmp = size + 14; in dibToBmp() local
1226 pattern.fill(0, sizeBmp); // resize and fill in dibToBmp()
1233 bmpHeader->bmSize = sizeBmp; in dibToBmp()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dhtmlwin.cpp1106 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in DoEraseBackground() local
1107 for ( wxCoord x = 0; x < sz.x; x += sizeBmp.x ) in DoEraseBackground()
1109 for ( wxCoord y = 0; y < sz.y; y += sizeBmp.y ) in DoEraseBackground()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/html/
H A Dhtmlwin.cpp998 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in OnEraseBackground() local
999 for ( wxCoord x = 0; x < sizeWin.x; x += sizeBmp.x ) in OnEraseBackground()
1001 for ( wxCoord y = 0; y < sizeWin.y; y += sizeBmp.y ) in OnEraseBackground()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/html/
H A Dhtmlwin.cpp998 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in OnEraseBackground() local
999 for ( wxCoord x = 0; x < sizeWin.x; x += sizeBmp.x ) in OnEraseBackground()
1001 for ( wxCoord y = 0; y < sizeWin.y; y += sizeBmp.y ) in OnEraseBackground()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/html/
H A Dhtmlwin.cpp998 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in OnEraseBackground() local
999 for ( wxCoord x = 0; x < sizeWin.x; x += sizeBmp.x ) in OnEraseBackground()
1001 for ( wxCoord y = 0; y < sizeWin.y; y += sizeBmp.y ) in OnEraseBackground()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/html/
H A Dhtmlwin.cpp998 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in OnEraseBackground() local
999 for ( wxCoord x = 0; x < sizeWin.x; x += sizeBmp.x ) in OnEraseBackground()
1001 for ( wxCoord y = 0; y < sizeWin.y; y += sizeBmp.y ) in OnEraseBackground()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dhtmlwin.cpp1106 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in DoEraseBackground() local
1107 for ( wxCoord x = 0; x < sz.x; x += sizeBmp.x ) in DoEraseBackground()
1109 for ( wxCoord y = 0; y < sz.y; y += sizeBmp.y ) in DoEraseBackground()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dhtmlwin.cpp1061 const wxSize sizeBmp(m_bmpBg.GetWidth(), m_bmpBg.GetHeight()); in DoEraseBackground() local
1062 for ( wxCoord x = 0; x < sz.x; x += sizeBmp.x ) in DoEraseBackground()
1064 for ( wxCoord y = 0; y < sz.y; y += sizeBmp.y ) in DoEraseBackground()

12