Searched refs:m_maxY (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddcscreen.cpp50 m_maxY = screenBits.bounds.bottom ;
51 MacSetRectRgn( (RgnHandle) m_macBoundaryClipRgn , m_minX , m_minY , m_maxX , m_maxY ) ;
H A Ddcprint.cpp61 virtual wxCoord GetMaxY() const { return m_maxY ; }
66 wxCoord m_maxY ; member in class:wxMacCarbonPrinterDC
83 m_maxY = wxCoord(rPage.bottom - rPage.top);
116 m_maxY = (wxCoord)(rPage.bottom - rPage.top);
194 virtual wxCoord GetMaxY() const { return m_maxY ; }
201 long m_maxY ; member in class:wxMacClassicPrinterDC
234 m_maxY = (**native->m_macPrintSettings).prInfo.rPage.bottom - (**native->m_macPrintSettings).prInfo.rPage.top ;
258 m_maxY = (**native->m_macPrintSettings).prInfo.rPage.bottom - (**native->m_macPrintSettings).prInfo.rPage.top ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.h22 int m_maxY; member in class:MyApp
H A Djoytest.cpp60 m_maxY = stick.GetYMax();
129 int ymax = wxGetApp().m_maxY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddcscreen.cpp59 m_maxY = screenBits.bounds.bottom ;
61 MacSetRectRgn( (RgnHandle) m_macBoundaryClipRgn , m_minX , m_minY , m_maxX , m_maxY ) ;
H A Ddcprint.cpp70 wxCoord m_maxY ; member in class:wxMacCarbonPrinterDC
89 m_maxY = wxCoord(rPage.bottom - rPage.top);
145 m_maxY = wxCoord(rPage.bottom - rPage.top);
252 *h = m_maxY ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmetafile.cpp131 m_maxY = -10000;
164 m_maxY = -10000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h42 , m_minX(0), m_minY(0), m_maxX(0), m_maxY(0)
56 if ( y > m_maxY ) m_maxY = y;
65 m_maxY = y;
73 m_minX = m_maxX = m_minY = m_maxY = 0;
81 wxCoord MaxY() const { return m_maxY; }
90 wxCoord m_minX, m_minY, m_maxX, m_maxY; member in class:wxDrawObject
116 , m_minX(0), m_minY(0), m_maxX(0), m_maxY(0)
599 if ( y > m_maxY ) m_maxY
838 wxCoord m_minX, m_minY, m_maxX, m_maxY; member in class:wxDCBase
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddc.cpp85 *height = m_maxY - m_minY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmetafile.cpp165 m_maxY = -10000;
191 m_maxY = -10000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp1682 wxCoord maxY = (wxCoord) LogicalToDeviceY(m_maxY);

Completed in 153 milliseconds