Searched refs:orientation (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcprint.h23 wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcprint.h23 wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, int orientation = wxPORTRAIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dqylayevt.tex4 the size, orientation and alignment of a window. More precisely, the event is sent
21 to get size, orientation and alignment from a window.}
74 Returns the orientation that the event handler specified to the event object. May be one of wxLAYOUT\_HORIZONTAL,
81 Returns the requested length of the window in the direction of the window orientation. This information
105 \func{void}{SetOrientation}{\param{wxLayoutOrientation }{orientation}}
107 Call this to specify the orientation of the window. May be one of wxLAYOUT\_HORIZONTAL,
114 Sets the requested length of the window in the direction of the window orientation. This information
H A Dscrolevt.tex26 orientation with \helpref{wxScrollEvent::GetOrientation}{wxscrolleventgetorientation}, since
39 \rtfsp\param{int}{ orientation = 0}}
47 Returns wxHORIZONTAL or wxVERTICAL, depending on the orientation of the scrollbar.
H A Dsashlayw.tex113 Returns the orientation of the window: one of wxLAYOUT\_HORIZONTAL, wxLAYOUT\_VERTICAL.
129 size, alignment and orientation information for the window. The implementation
144 Sets the default dimensions of the window. The dimension other than the orientation will be fixed to this
145 value, and the orientation dimension will be ignored and the window stretched to fit the available space.
149 \func{void}{SetOrientation}{\param{wxLayoutOrientation}{ orientation}}
151 Sets the orientation of the window (the direction the window will stretch in, to fill the available
152 parent client area). {\it orientation} is one of wxLAYOUT\_HORIZONTAL, wxLAYOUT\_VERTICAL.
H A Dscrlwevt.tex44 \rtfsp\param{int}{ orientation = 0}}
52 Returns wxHORIZONTAL or wxVERTICAL, depending on the orientation of the scrollbar.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Ddockart.h50 int orientation,
55 int orientation,
102 int orientation,
107 int orientation,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/private/
H A Dscrollview.h34 void SetScrollbar(int orientation, int position, int thumbSize, int range);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsnow.c72 int plane_index, level, orientation; local
76 for(orientation=level ? 1:0; orientation<4; orientation++){
77 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
461 int plane_index, level, orientation; local
475 for(orientation=level ? 1 : 0; orientation<4; orientation
623 int plane_index, level, orientation, i; local
[all...]
H A Dsnowdec.c245 int plane_index, level, orientation; local
249 for(orientation=level ? 1:0; orientation<4; orientation++){
251 if (plane_index==2) q= s->plane[1].band[level][orientation].qlog;
252 else if(orientation==2) q= s->plane[plane_index].band[level][1].qlog;
254 s->plane[plane_index].band[level][orientation].qlog= q;
391 int level, orientation, plane_index; local
445 for(orientation=level ? 1 : 0; orientation<
[all...]
H A Dsnowenc.c43 static void find_sse(SnowContext *s, Plane *p, int *score, int score_stride, IDWTELEM *r0, IDWTELEM *r1, int level, int orientation){ argument
44 SubBand *b= &p->band[level][orientation];
50 if(orientation&1)
52 if(orientation&2)
72 int level, orientation; local
75 for(orientation=level ? 1 : 0; orientation<4; orientation++){
76 SubBand *b= &p->band[level][orientation];
85 int level, orientation, y local
833 encode_subband_c0run(SnowContext *s, SubBand *b, IDWTELEM *src, IDWTELEM *parent, int stride, int orientation) argument
953 encode_subband(SnowContext *s, SubBand *b, IDWTELEM *src, IDWTELEM *parent, int stride, int orientation) argument
1420 int plane_index, level, orientation; local
1534 int level, orientation, delta_qlog; local
1583 int level, orientation, x, y; local
1612 int level, orientation, plane_index, i, y; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Deggtrayicon.c187 icon->orientation = GTK_ORIENTATION_HORIZONTAL;
210 g_param_spec_enum ("orientation",
212 "The orientation of the tray.",
229 g_value_set_enum (value, icon->orientation);
273 GtkOrientation orientation; local
275 orientation = (prop.prop [0] == SYSTEM_TRAY_ORIENTATION_HORZ) ?
279 if (icon->orientation != orientation)
281 icon->orientation = orientation;
[all...]
H A Deggtrayicon.h59 GtkOrientation orientation; member in struct:_EggTrayIcon
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnowdec.c246 int plane_index, level, orientation; local
250 for(orientation=level ? 1:0; orientation<4; orientation++){
252 if (plane_index==2) q= s->plane[1].band[level][orientation].qlog;
253 else if(orientation==2) q= s->plane[plane_index].band[level][1].qlog;
255 s->plane[plane_index].band[level][orientation].qlog= q;
414 int level, orientation, plane_index; local
480 for(orientation=level ? 1 : 0; orientation<
[all...]
H A Dsnow.c90 int plane_index, level, orientation; local
94 for(orientation=level ? 1:0; orientation<4; orientation++){
95 memset(s->plane[plane_index].band[level][orientation].state, MID_STATE, sizeof(s->plane[plane_index].band[level][orientation].state));
509 int plane_index, level, orientation; local
538 for(orientation=level ? 1 : 0; orientation<4; orientation
695 int plane_index, level, orientation, i; local
[all...]
H A Ddiracdec.c100 int orientation; member in struct:SubBand
474 if (b->orientation == subband_hl)
480 if (b->orientation == subband_lh)
600 int cb_width = s->codeblock[b->level + (b->orientation != subband_ll)].width;
601 int cb_height = s->codeblock[b->level + (b->orientation != subband_ll)].height;
624 if (b->orientation == subband_ll && s->num_refs == 0)
651 enum dirac_subband orientation; local
656 for (orientation = !!level; orientation < 4; orientation
737 enum dirac_subband orientation; local
814 int i, w, h, level, orientation; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp65 int orientation)
61 wxPrinterDC(const wxString& driver_name, const wxString& device_name, const wxString& file, bool interactive, int orientation) argument
H A Dscrolbar.cpp100 bool wxScrollBar::MSWOnScroll(int WXUNUSED(orientation), WXWORD wParam,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcprint.h24 wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, int orientation = wxPORTRAIT);
62 // WXHDC WXDLLEXPORT wxGetPrinterDC(int orientation);
H A Dspinbutt.h54 virtual bool MSWOnScroll(int orientation, WXWORD wParam,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcprint.h24 wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT);
57 // WXHDC WXDLLEXPORT wxGetPrinterDC(int orientation);
H A Dscrolbar.h53 virtual bool MSWOnScroll(int orientation, WXWORD wParam,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagtga.cpp171 short orientation = hdr[HDR_ORIENTATION] & 0x20; local
252 // If orientation == 0, then the image is stored upside down.
255 if (orientation == 0)
310 // If orientation == 0, then the image is stored upside down.
313 if (orientation == 0)
388 // If orientation == 0, then the image is stored upside down.
391 if (orientation == 0)
447 // If orientation == 0, then the image is stored upside down.
450 if (orientation == 0)
505 // If orientation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dscrolbar.cpp127 wxOrientation orientation = (wxOrientation)wxPtrToUInt(clientData); local
181 cbs->value, orientation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Ddyntbar.h124 const long style = wxNO_BORDER, const int orientation = wxVERTICAL,
134 const long style = wxNO_BORDER, const int orientation = wxVERTICAL, const int RowsOrColumns = 1, const wxString& name = wxToolBarNameStr);
190 // Performs layout. See definitions of orientation types.

Completed in 164 milliseconds

1234