Lines Matching defs:wy
107 int wx = 0, wy = 0;
113 wy = y;
122 wy += overall.ascent;
123 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
124 wy += overall.descent;
129 wy += font->max_bounds.ascent;
130 XDrawString16(dpy, d, gc, wx, wy, buf2b, 1);
131 wy += font->max_bounds.descent;
142 wy += overall.ascent;
143 XDrawString(dpy, d, gc, wx, wy, buf, 1);
144 wy += overall.descent;
149 wy += font->max_bounds.ascent;
150 XDrawString(dpy, d, gc, wx, wy, buf, 1);
151 wy += font->max_bounds.descent;
155 return wy;