Searched refs:Bottom (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/fractal/
H A Dfractal.cpp184 int Left, Top, Right, Bottom; local
185 GetClientSize(&Right, &Bottom);
188 Bottom *= 3; Bottom /= 4;
190 Top = Bottom/8;
195 Water[2].x = Right+Bottom/2; Water[2].y = Bottom;
196 Water[3].x = Bottom/2; Water[3].y = Bottom;
202 double Scale = Bottom;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DParser.cpp734 # define YY_STACK_PRINT(Bottom, Top) \
737 yy_stack_print ((Bottom), (Top)); \
784 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c856 # define YY_STACK_PRINT(Bottom, Top) \
859 yy_stack_print ((Bottom), (Top)); \
906 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c870 # define YY_STACK_PRINT(Bottom, Top) \
873 yy_stack_print ((Bottom), (Top)); \
920 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dgram.c993 # define YY_STACK_PRINT(Bottom, Top) \
996 yy_stack_print ((Bottom), (Top)); \
1043 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.c993 # define YY_STACK_PRINT(Bottom, Top) \
996 yy_stack_print ((Bottom), (Top)); \
1043 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_parse.c1009 # define YY_STACK_PRINT(Bottom, Top) \
1012 yy_stack_print ((Bottom), (Top)); \
1059 # define YY_STACK_PRINT(Bottom, Top)
H A Dclient6_parse.c912 # define YY_STACK_PRINT(Bottom, Top) \
915 yy_stack_print ((Bottom), (Top)); \
962 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauipaneinfo.tex63 \membersection{wxAuiPaneInfo::Bottom}\label{wxauipaneinfobottom}
65 \func{wxAuiPaneInfo\&}{Bottom}{\void}
67 Bottom() sets the pane dock position to the bottom side of the frame. This is
129 Direction() determines the direction of the docked pane. It is functionally the same as calling Left(), Right(), Top() or Bottom(), except that docking direction may be specified programmatically via the parameter.
H A Dgridevt.tex216 Bottom row of the rectangular area that was (de)selected.
H A Dauimanager.tex46 Each docked pane has a direction, Top, Bottom, Left, Right, or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.c1837 # define YY_STACK_PRINT(Bottom, Top) \
1840 yy_stack_print ((Bottom), (Top)); \
1887 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c978 # define YY_STACK_PRINT(Bottom, Top) \
981 yy_stack_print ((Bottom), (Top)); \
1028 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c956 # define YY_STACK_PRINT(Bottom, Top) \
959 yy_stack_print ((Bottom), (Top)); \
1006 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.tab.c819 # define YY_STACK_PRINT(Bottom, Top) \
822 yy_stack_print ((Bottom), (Top)); \
861 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp720 notebook_menu->AppendRadioItem(ID_NotebookAlignBottom, _("Tab Bottom Alignment"));
867 Bottom().Position(1).
872 Bottom().
901 Bottom().Layer(1).
907 Bottom().Layer(1).Position(1));
911 Bottom().Layer(1).Position(2).Fixed());
982 m_mgr.GetPane(wxT("test10")).Show().Bottom().Layer(0).Row(0).Position(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.c741 # define YY_STACK_PRINT(Bottom, Top) \
744 yy_stack_print ((Bottom), (Top)); \
784 # define YY_STACK_PRINT(Bottom, Top)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp3015 wxAuiPaneInfo().Name(wxT("dummy")).Bottom().CaptionVisible(false).Show(false));
3721 wxAuiPaneInfo pane_info = wxAuiPaneInfo().Bottom().CaptionVisible(false);
3741 pane_info.Bottom();
4138 wxAuiPaneInfo().Bottom().CaptionVisible(false),
H A Dframemanager.cpp1072 case wxBOTTOM: pinfo.Bottom(); break;
2852 drop.Dock().Bottom().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsizer.h85 wxSizerFlags& Bottom() { return Align(wxALIGN_BOTTOM); } function in class:wxSizerFlags
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h262 wxAuiPaneInfo& Bottom() { dock_direction = wxAUI_DOCK_BOTTOM; return *this; } function in class:wxAuiPaneInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2662 if (tt_rows != NULL) *tt_rows = scr.srWindow.Bottom - scr.srWindow.Top + 1;

Completed in 422 milliseconds