Lines Matching defs:orientation
803 int orientation, dimension, steps;
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);