Lines Matching defs:orientation
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;
2039 /* orientation list */
2040 orientation = Xmalloc(sizeof(XOrientation) * 2);
2041 if (orientation == NULL)
2044 orientation[0] = XOMOrientation_LTR_TTB;
2045 orientation[1] = XOMOrientation_TTB_RTL;
2046 om->core.orientation_list.orientation = orientation;