Lines Matching refs:Display
84 static int XRotDrawString(Display*, XFontStruct*, float,
86 static int XRotDrawImageString(Display*, XFontStruct*, float,
88 static int XRotDrawAlignedString(Display*, XFontStruct*, float,
90 static int XRotDrawAlignedImageString(Display*, XFontStruct*, float,
92 static XPoint *XRotTextExtents(Display*, XFontStruct*, float,
101 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC g…
102 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable,…
103 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawabl…
104 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable dr…
105 static XPoint *XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x, int y, char *te…
164 Display *display,
568 Display *,XrmValuePtr ,Cardinal *,XrmValuePtr ,XrmValuePtr ,XtPointer *
573 Display *,XrmValuePtr ,Cardinal *,XrmValuePtr ,XrmValuePtr ,XtPointer *
778 Display *dpy = XtDisplay(self);
799 Display *dpy = XtDisplay(self);
844 Display *dpy = XtDisplay(self);
1016 static Boolean cvtStringToTabsOrientation(Display * display,XrmValuePtr args,Cardinal * num_args,… in cvtStringToTabsOrientation()
1018 static Boolean cvtStringToTabsOrientation(display,args,num_args,from,to,converter_data)Display * d… in cvtStringToTabsOrientation()
1057 static Boolean cvtTabsOrientationToString(Display * display,XrmValuePtr args,Cardinal * num_args,… in cvtTabsOrientationToString()
1059 static Boolean cvtTabsOrientationToString(display,args,num_args,from,to,converter_data)Display * d… in cvtTabsOrientationToString()
1580 static int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawabl…
1581 static int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Dr…
1582 static int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, …
1583 static int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float an…
1584 static XPoint *XRotTextExtents(Display *dpy, XFontStruct *font, float angle, int x,…
1586 static XImage *MakeXImage(Display *dpy, int w, int h);
1587 static int XRotPaintAlignedString(Display *dpy, XFontStruct *font, float angle, Drawab…
1588 static int XRotDrawHorizontalString(Display *dpy, XFontStruct *font, Drawable drawable…
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);
1593 static XImage *XRotMagnifyImage(Display *dpy, XImage *ximage);
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()
2951 Boolean strtocard( Display *dsp, in strtocard()
2961 Display *dsp; in strtocard()
2998 Boolean cvtStringToStringArray(Display *display, XrmValuePtr args, Cardinal *num_args, XrmValuePtr … in cvtStringToStringArray()