Lines Matching refs:drawable

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 …rawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
104 …ignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1580 … XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1581 …tDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1582 …rawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1583 …ignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1587 …intAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, in…
1588 static int XRotDrawHorizontalString(Display *dpy, XFontStruct *font, Drawable drawable
1748 int XRotDrawString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int x, i… in XRotDrawString() argument
1750 return (XRotPaintAlignedString(dpy, font, angle, drawable, gc, in XRotDrawString()
1763 int XRotDrawImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, int… in XRotDrawImageString() argument
1765 return(XRotPaintAlignedString(dpy, font, angle, drawable, gc, in XRotDrawImageString()
1778 int XRotDrawAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC gc, i… in XRotDrawAlignedString() argument
1780 return(XRotPaintAlignedString(dpy, font, angle, drawable, gc, in XRotDrawAlignedString()
1793 int XRotDrawAlignedImageString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, GC … in XRotDrawAlignedImageString() argument
1795 return(XRotPaintAlignedString(dpy, font, angle, drawable, gc, in XRotDrawAlignedImageString()
1807 static int XRotPaintAlignedString(Display *dpy, XFontStruct *font, float angle, Drawable drawable, … in XRotPaintAlignedString() argument
1836 return(XRotDrawHorizontalString(dpy, font, drawable, gc, x, y, in XRotPaintAlignedString()
1845 my_gc=XCreateGC(dpy, drawable, NULL, 0); in XRotPaintAlignedString()
1900 empty_stipple=XCreatePixmap(dpy, drawable, 1, 1, 1); in XRotPaintAlignedString()
1909 XFillPolygon(dpy, drawable, my_gc, xpoints, 4*item->nl, Nonconvex, in XRotPaintAlignedString()
1948 XFillRectangle(dpy, drawable, my_gc, xp, yp, in XRotPaintAlignedString()
1954 new_bitmap=XCreatePixmap(dpy, drawable, in XRotPaintAlignedString()
1976 inverse=XCreatePixmap(dpy, drawable, in XRotPaintAlignedString()
2009 XFillRectangle(dpy, drawable, my_gc, xp, yp, in XRotPaintAlignedString()
2039 static int XRotDrawHorizontalString(Display *dpy, XFontStruct *font, Drawable drawable, GC gc, int … in XRotDrawHorizontalString() argument
2053 my_gc=XCreateGC(dpy, drawable, NULL, 0); in XRotDrawHorizontalString()
2106 XDrawString(dpy, drawable, my_gc, xp, yp, str3, strlen(str3)); in XRotDrawHorizontalString()
2108 XDrawImageString(dpy, drawable, my_gc, xp, yp, str3, strlen(str3)); in XRotDrawHorizontalString()