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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddc.cpp142 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
145 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddc.cpp165 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
167 m_signX = xLeftRight ? 1 : -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddc.cpp145 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
148 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddc.cpp141 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
143 m_signX = xLeftRight ? 1 : -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddc.h56 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddc.h93 virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
H A Ddcclient.h101 virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Ddc.h62 virtual void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddcmirror.h65 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp) argument
66 { m_dc.SetAxisOrientation(GetX(xLeftRight, yBottomUp),
67 GetY(xLeftRight, yBottomUp)); }
H A Ddcgraph.h86 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h74 void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddc.h58 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddc.cpp354 void wxDC::SetAxisOrientation(bool xLeftRight, bool yBottomUp) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Ddc.h114 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h73 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Ddc.h96 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h94 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddc.h92 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp603 void wxDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
607 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/svg/
H A Ddcsvg.h271 void SetAxisOrientation( bool xLeftRight, bool yBottomUp ) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddc.h87 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h219 void SetAxisOrientation( bool xLeftRight, bool yBottomUp );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddc.h150 virtual void SetAxisOrientation(bool xLeftRight, bool yBottomUp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddcgraph.cpp339 void wxGCDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
341 m_signX = (xLeftRight ? 1 : -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp714 void wxSVGFileDC::SetAxisOrientation( bool xLeftRight, bool yBottomUp ) argument
717 m_signX = (xLeftRight ? 1 : -1);

Completed in 168 milliseconds

12