Searched refs:xLeftRight (Results 26 - 36 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp1328 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
1331 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp1487 void wxPostScriptDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp )
1491 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex574 \func{void}{SetAxisOrientation}{\param{bool}{ xLeftRight},
583 \docparam{xLeftRight}{True to set the x axis orientation to the natural
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddc.cpp634 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
636 m_signX = (xLeftRight ? 1 : -1);
H A Ddccg.cpp1452 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp )
1454 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddc.cpp624 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
626 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp1951 void wxDC::SetAxisOrientation(bool WXUNUSED_IN_WINCE(xLeftRight),
1957 int signX = xLeftRight ? 1 : -1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp2369 void wxWindowDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
2371 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1914 void wxGnomePrintDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
1916 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddc.h579 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddc.tex964 \func{void}{SetAxisOrientation}{\param{bool}{ xLeftRight},
973 \docparam{xLeftRight}{True to set the x axis orientation to the natural

Completed in 158 milliseconds

12