| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| BoxP.h | 76 XtOrientation orientation; member in struct:__anon5722
|
| ScrollbarP.h | 57 XtOrientation orientation; /* horizontal or vertical */ member in struct:__anon5747
|
| PanedP.h | 130 XtOrientation orientation; /* Orientation of paned widget */ member in struct:__anon5738
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Box.c | 119 XtOffsetOf(BoxRec, box.orientation), 205 Boolean vbox = (bbw->box.orientation == XtorientVertical); 284 XtOrientation orientation = bbw->box.orientation; local 286 bbw->box.orientation = XtorientVertical; 296 bbw->box.orientation = orientation; 299 bbw->box.orientation = orientation;
|
| Pixmap.c | 803 int orientation, dimension, steps; local 807 orientation = VERTICAL; 809 orientation = HORIZONTAL; 860 (unsigned)(orientation == VERTICAL ? 1 : dimension), 861 (unsigned)(orientation == VERTICAL ? dimension : 1), (unsigned)depth)) 878 if (orientation == VERTICAL) 908 if (orientation == VERTICAL) 916 if (orientation == VERTICAL) 926 *width_return = (Dimension)(orientation == VERTICAL ? 1 : dimension); 927 *height_return = (Dimension)(orientation == VERTICAL ? dimension : 1) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| quad.c | 69 GLint orientation = GLU_OUTSIDE; variable 260 switch(orientation) { 262 orientation = GLU_INSIDE; 266 orientation = GLU_OUTSIDE; 269 gluQuadricOrientation(quadObj, orientation);
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftoutln.c | 822 /* outline is checked for orientation. This is */ 862 /* check the orientation of the contour */ 910 FT_Orientation orientation; local 921 orientation = FT_Outline_Get_Orientation( outline ); 922 if ( orientation == FT_ORIENTATION_NONE ) 983 /* shift components along lateral bisector in proper orientation */ 987 if ( orientation == FT_ORIENTATION_TRUETYPE ) 994 if ( orientation == FT_ORIENTATION_TRUETYPE ) 1052 /* We use the nonzero winding rule to find the orientation. */
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| quad.c | 48 GLint orientation; member in struct:GLUquadric 65 newstate->orientation = GLU_OUTSIDE; 120 gluQuadricOrientation(GLUquadric *qobj, GLenum orientation) 122 switch(orientation) { 130 qobj->orientation = orientation; 209 if (qobj->orientation == GLU_OUTSIDE) { 224 if (qobj->orientation == GLU_OUTSIDE) { 277 if (qobj->orientation == GLU_OUTSIDE) { 487 if (qobj->orientation == GLU_OUTSIDE) [all...] |
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| XDefaultOMIF.c | 862 XOffsetOf(XOCRec, core.orientation), XlcSetMask | XlcGetMask }, 940 Xfree(om->core.orientation_list.orientation); 1022 XOrientation *orientation; local 1062 /* orientation list */ 1063 orientation = Xmalloc(sizeof(XOrientation)); 1064 if (orientation == NULL) 1067 *orientation = XOMOrientation_LTR_TTB; 1068 om->core.orientation_list.orientation = orientation;
|
| Xlcint.h | 409 XOMOrientation orientation_list; /* orientation list */ 587 XOrientation orientation; /* orientation */ member in struct:__anon5692
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omGeneric.c | 266 if( oc->core.orientation == XOMOrientation_TTB_RTL || 267 oc->core.orientation == XOMOrientation_TTB_LTR ){ 1465 if( oc->core.orientation == XOMOrientation_TTB_RTL || 1466 oc->core.orientation == XOMOrientation_TTB_LTR ){ 1552 XOffsetOf(XOCRec, core.orientation), XlcDefaultMask | XlcSetMask | XlcGetMask }, 1685 Xfree(om->core.orientation_list.orientation); 1686 om->core.orientation_list.orientation = NULL; 1909 XOrientation *orientation; local 2039 /* orientation list */ 2040 orientation = Xmalloc(sizeof(XOrientation) * 2) [all...] |
| /xsrc/external/mit/libX11/dist/include/X11/ |
| Xlib.h | 1112 #define XNOrientation "orientation" 1132 XOrientation *orientation; /* Input Text description */ member in struct:__anon5624
|