Searched refs:vertical (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelitem.cpp79 bool vertical = this->IsVertical(); local
81 window->SetSize( vertical ? leftSpacing : m_lastInsertPos + ySpacing,
82 vertical ? m_lastInsertPos + ySpacing : leftSpacing,
87 m_lastInsertPos += wi->GetWindowLength( vertical );
148 bool vertical = this->IsVertical(); local
150 SetSize( vertical ? wxDefaultCoord : pos,
151 vertical ? pos : wxDefaultCoord,
165 bool vertical = IsVertical(); local
178 m_panelSize = vertical ? size.GetHeight() : size.GetWidth();
183 m_panelSize = vertical
221 bool vertical = IsVertical(); local
[all...]
H A Dfoldpanelbar.cpp188 bool vertical = IsVertical(); local
189 if((vertical && rect.GetHeight() > 0) || (!vertical && rect.GetWidth() > 0))
307 bool vertical = IsVertical(); local
319 if(((vertical ? GetSize().GetHeight() : GetSize().GetWidth()) - expanded - collapsed) < 0)
330 if(vertical)
341 offset = (vertical ? GetSize().GetHeight() : GetSize().GetWidth()) - collapsed;
H A Dcaptionbar.cpp109 bool vertical = IsVertical(); local
119 if(vertical)
136 if(vertical)
193 bool vertical = IsVertical(); local
195 if((vertical && pt.x > (rect.GetWidth() - m_iconWidth - m_rightIndent))||
196 (!vertical && pt.y < m_iconHeight + m_rightIndent))
413 // default is vertical
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/foldbar/
H A Dfoldpanelitem.h109 int GetWindowLength(bool vertical) const {
115 value = ( vertical ? size.GetHeight() : size.GetWidth() ) + m_Spacing;
127 void ResizeItem(int size, bool vertical) { argument
141 m_wndItem->SetSize(vertical?mySize:wxDefaultCoord, vertical?wxDefaultCoord:mySize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatline.tex4 groups of controls. The line may be only vertical or horizontal.
22 \twocolitem{\windowstyle{wxLI\_VERTICAL}}{Creates a vertical line.}
52 whether the line if horizontal or vertical) is ignored.}
75 Returns true if the line is vertical, false if horizontal.
83 width for a vertical one.
H A Dgridsizr.tex58 Returns the vertical gap (in pixels) between the cells in the sizer.
86 Sets the vertical gap (in pixels) between the cells in the sizer.
H A Dlayout.tex20 \item {\bf centreY:} represents the vertical centre point of the window
76 Constraint for the vertical centre point.
H A Dhtcontnr.tex48 Returns container's vertical alignment.
84 Sets the container's alignment (both horizontal and vertical) according to
112 Sets the container's {\it vertical alignment}. This is per-line alignment!
116 \docparam{al}{new vertical alignment. May be one of these values:
H A Dscrolevt.tex27 horizontal and vertical scroll events are processed using the same event handler.
H A Dgauge.tex3 A gauge is a horizontal or vertical bar which shows a quantity (often time).
35 \twocolitem{\windowstyle{wxGA\_VERTICAL}}{Creates a vertical gauge.}
159 Returns \true if the gauge is vertical (has \texttt{wxGA\_VERTICAL} style) and
H A Dscrolwin.tex244 \docparam{yUnit}{Receives the number of pixels per vertical unit.}
415 Sets up vertical and/or horizontal scrollbars.
421 \docparam{pixelsPerUnitY}{Pixels per scroll unit in the vertical direction.}
425 \docparam{noUnitsY}{Number of units in the vertical direction.}
429 \docparam{yPos}{Position to initialize the scrollbars in the vertical direction, in scroll units.}
442 For example, the following gives a window horizontal and vertical
467 Set the horizontal and vertical scrolling increment only. See the pixelsPerUnit
H A Dsettings.tex146 \twocolitem{{\bf wxSYS\_VSCROLL\_X}}{Width of vertical scrollbar in pixels.}
147 \twocolitem{{\bf wxSYS\_VSCROLL\_ARROW\_X}}{Width of arrow bitmap on a vertical scrollbar.}
148 \twocolitem{{\bf wxSYS\_VSCROLL\_ARROW\_Y}}{Height of arrow bitmap on a vertical scrollbar.}
149 \twocolitem{{\bf wxSYS\_VTHUMB\_Y}}{Height of vertical scrollbar thumb.}
H A Dtscroll.tex6 to show a vertical scrollbar and/or a horizontal scrollbar: it is a basic capability of a window.
42 the built-in horizontal or vertical scrollbar.
H A Dspinbutt.tex34 \twocolitem{\windowstyle{wxSP\_VERTICAL}}{Specifies a vertical spin button.}
H A Dlistbox.tex38 \twocolitem{\windowstyle{wxLB\_ALWAYS\_SB}}{Always show a vertical scrollbar.}
39 \twocolitem{\windowstyle{wxLB\_NEEDED\_SB}}{Only create a vertical scrollbar if needed.}
H A Dscrolbar.tex4 vertical scrollbar. It is distinct from the two scrollbars that some windows
47 \twocolitem{\windowstyle{wxSB\_VERTICAL}}{Specifies a vertical scrollbar.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/foldpanelbar/
H A Dfoldpanelbartest.cpp67 void CreateFoldBar(bool vertical = true);
157 void MyAppFrame::CreateFoldBar(bool vertical) argument
159 if (vertical)
168 wxFPB_DEFAULT_STYLE | ( vertical ? wxFPB_VERTICAL : wxFPB_HORIZONTAL ) ,
185 if( vertical)
195 if( vertical)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_init.c56 PRED8x8(vertical, 10, sse2)
71 PRED8x8L(vertical, 10, sse2)
72 PRED8x8L(vertical, 10, avx)
101 PRED16x16(vertical, 10, mmxext)
102 PRED16x16(vertical, 10, sse2)
107 PRED16x16(vertical, 8, mmx)
108 PRED16x16(vertical, 8, sse)
134 PRED8x8(vertical, 8, mmx)
153 PRED8x8L(vertical, 8, mmxext)
154 PRED8x8L(vertical,
[all...]
H A Dvideodsp.asm26 ; slow vertical extension loop function. Works with variable-width, and
256 ; vertical top/bottom extend and body copy fast loops
342 ; these are essentially identical to the vertical extend ones above,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_init.c50 PRED8x8(vertical, 10, sse2)
62 PRED8x8L(vertical, 10, sse2)
63 PRED8x8L(vertical, 10, avx)
91 PRED16x16(vertical, 10, mmxext)
92 PRED16x16(vertical, 10, sse2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dtbarsmpl.h71 virtual void SetScrollbars(int horizontal, int vertical,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dpatcheck172 vertical align =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dpatcheck172 vertical align =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex18 % Do not indent paragraphs, instead separate them via vertical spacing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Doutput.asm2 ;* x86-optimized vertical line scaling functions
43 ; vertical line scaling

Completed in 70 milliseconds

123