Searched refs:RotatedTextItem (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 1552 } RotatedTextItem; typedef 1554 RotatedTextItem *first_text_item=NULL; 1589 static RotatedTextItem *XRotRetrieveFromCache(Display *dpy, XFontStruct *font, float angle, char *t… 1590 static RotatedTextItem *XRotCreateTextItem(Display *dpy, XFontStruct *font, float angle, char *text… 1591 static void XRotAddToLinkedList(Display *dpy, RotatedTextItem *item); 1592 static void XRotFreeTextItem(Display *dpy, RotatedTextItem *item); 1815 RotatedTextItem *item; in XRotPaintAlignedString() 2132 static RotatedTextItem *XRotRetrieveFromCache(Display *dpy, XFontStruct *font, float angle, char *t… in XRotRetrieveFromCache() 2137 RotatedTextItem *item=NULL; in XRotRetrieveFromCache() 2138 RotatedTextItem *i1=first_text_item; in XRotRetrieveFromCache() [all …]
|