Home
last modified time | relevance | path

Searched refs:rectBound (Results 1 – 25 of 40) sorted by relevance

12

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Denhmeta.cpp132 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
138 if ( rectBound ) in Play()
140 rect.top = rectBound->y; in Play()
141 rect.left = rectBound->x; in Play()
142 rect.right = rectBound->x + rectBound->width; in Play()
143 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Denhmeta.cpp134 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
140 if ( rectBound ) in Play()
142 rect.top = rectBound->y; in Play()
143 rect.left = rectBound->x; in Play()
144 rect.right = rectBound->x + rectBound->width; in Play()
145 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Denhmeta.cpp116 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
122 if ( rectBound ) in Play()
124 rect.top = rectBound->y; in Play()
125 rect.left = rectBound->x; in Play()
126 rect.right = rectBound->x + rectBound->width; in Play()
127 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Denhmeta.cpp116 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
122 if ( rectBound ) in Play()
124 rect.top = rectBound->y; in Play()
125 rect.left = rectBound->x; in Play()
126 rect.right = rectBound->x + rectBound->width; in Play()
127 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Denhmeta.cpp116 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
122 if ( rectBound ) in Play()
124 rect.top = rectBound->y; in Play()
125 rect.left = rectBound->x; in Play()
126 rect.right = rectBound->x + rectBound->width; in Play()
127 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Denhmeta.cpp116 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
122 if ( rectBound ) in Play()
124 rect.top = rectBound->y; in Play()
125 rect.left = rectBound->x; in Play()
126 rect.right = rectBound->x + rectBound->width; in Play()
127 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Denhmeta.cpp134 bool wxEnhMetaFile::Play(wxDC *dc, wxRect *rectBound) in Play() argument
140 if ( rectBound ) in Play()
142 rect.top = rectBound->y; in Play()
143 rect.left = rectBound->x; in Play()
144 rect.right = rectBound->x + rectBound->width; in Play()
145 rect.bottom = rectBound->y + rectBound->height; in Play()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dtipwin.cpp186 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
188 m_rectBound = rectBound; in SetBoundingRect()
330 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
332 if ( rectBound.width && in OnMouseMove()
333 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dtipwin.cpp209 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
211 m_rectBound = rectBound; in SetBoundingRect()
360 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
362 if ( rectBound.width && in OnMouseMove()
363 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp210 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
212 m_rectBound = rectBound; in SetBoundingRect()
357 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
359 if ( rectBound.width && in OnMouseMove()
360 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp210 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
212 m_rectBound = rectBound; in SetBoundingRect()
357 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
359 if ( rectBound.width && in OnMouseMove()
360 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp210 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
212 m_rectBound = rectBound; in SetBoundingRect()
357 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
359 if ( rectBound.width && in OnMouseMove()
360 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dtipwin.cpp210 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
212 m_rectBound = rectBound; in SetBoundingRect()
357 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
359 if ( rectBound.width && in OnMouseMove()
360 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dtipwin.cpp209 void wxTipWindow::SetBoundingRect(const wxRect& rectBound) in SetBoundingRect() argument
211 m_rectBound = rectBound; in SetBoundingRect()
360 const wxRect& rectBound = m_parent->m_rectBound; in OnMouseMove() local
362 if ( rectBound.width && in OnMouseMove()
363 !rectBound.Contains(ClientToScreen(event.GetPosition())) ) in OnMouseMove()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtipwin.h40 wxRect *rectBound = NULL);
51 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dtipwin.h50 wxRect *rectBound = NULL);
61 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dtipwin.h50 wxRect *rectBound = NULL);
61 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dtipwin.h50 wxRect *rectBound = NULL);
61 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dtipwin.h50 wxRect *rectBound = NULL);
61 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtipwin.h49 wxRect *rectBound = NULL);
60 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtipwin.h49 wxRect *rectBound = NULL);
60 void SetBoundingRect(const wxRect& rectBound);
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dtipwin.h53 wxRect *rectBound = NULL);
64 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dtipwin.h61 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dtipwin.h59 void SetBoundingRect(const wxRect& rectBound);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dtipwin.h59 void SetBoundingRect(const wxRect& rectBound);

12