Searched refs:VERTICAL (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPixmap.c789 #define VERTICAL 1 macro
807 orientation = VERTICAL;
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);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiarc.c1765 typedef enum {HORIZONTAL, VERTICAL, OTHER} arcTypes; enumerator in enum:__anon78d3557b0403
1901 arcType = VERTICAL;
1925 if (arcType == VERTICAL) {
1957 if (arcType == VERTICAL) {
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiarc.c1865 typedef enum { HORIZONTAL, VERTICAL, OTHER } arcTypes; enumerator in enum:__anon6d734e8e0403
2001 arcType = VERTICAL;
2026 if (arcType == VERTICAL) {
2060 if (arcType == VERTICAL) {

Completed in 12 milliseconds