Lines Matching defs:dpy
778 Display *dpy = XtDisplay(self); local
799 Display *dpy = XtDisplay(self); local
844 Display *dpy = XtDisplay(self); local
1719 static XImage *MakeXImage(Display *dpy, int w, int h) in MakeXImage()
1748 int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, i… in XRotDrawString()
1763 int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int… in XRotDrawImageString()
1778 int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, i… in XRotDrawAlignedString()
1793 int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC … in XRotDrawAlignedImageString()
1807 static int XRotPaintAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, … in XRotPaintAlignedString()
2039 static int XRotDrawHorizontalString(Display *dpy, XFontStruct *font, Drawable drawable, GC gc, int … in XRotDrawHorizontalString()
2132 static RotatedTextItem *XRotRetrieveFromCache(Display *dpy, XFontStruct *font, float angle, char *t… in XRotRetrieveFromCache()
2276 static RotatedTextItem *XRotCreateTextItem(Display *dpy, XFontStruct *font, float angle, char *text… in XRotCreateTextItem()
2569 static void XRotAddToLinkedList(Display *dpy, RotatedTextItem *item) in XRotAddToLinkedList()
2677 static void XRotFreeTextItem(Display *dpy, RotatedTextItem *item) in XRotFreeTextItem()
2704 static XImage *XRotMagnifyImage(Display *dpy, XImage *ximage) in XRotMagnifyImage()
2815 XPoint *XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x, int y, char *text, int… in XRotTextExtents()