Lines Matching refs:ypos
30 static int height, ypos;
58 ypos = XPOS;
156 ypos = XPOS;
233 xp->d, xp->w, xp->fggc, XPOS, ypos, charBuf[line], charsPerLine);
234 ypos += height;
235 if (ypos > HEIGHT - height) {
237 ypos = XPOS;
255 xp->d, xp->w, xp->fggc, XPOS, ypos, (XChar2b *)charBuf[line], charsPerLine);
256 ypos += height;
257 if (ypos > HEIGHT - height) {
259 ypos = XPOS;
277 xp->d, xp->w, xp->fggc, XPOS, ypos, &items[line*SEGS], SEGS);
278 ypos += height;
279 if (ypos > HEIGHT - height) {
281 ypos = XPOS;
299 xp->d, xp->w, xp->fggc, XPOS, ypos, (XTextItem16 *)&items[line*SEGS], SEGS);
300 ypos += height;
301 if (ypos > HEIGHT - height) {
303 ypos = XPOS;
321 xp->d, xp->w, xp->fggc, XPOS, ypos, charBuf[line], charsPerLine);
322 ypos += height;
323 if (ypos > HEIGHT - height) {
325 ypos = XPOS;
343 xp->d, xp->w, xp->fggc, XPOS, ypos, (XChar2b *)charBuf[line], charsPerLine);
344 ypos += height;
345 if (ypos > HEIGHT - height) {
347 ypos = XPOS;
478 ypos = XPOS;
510 XPOS, ypos, (unsigned char *) charBuf[line], charsPerLine);
511 ypos += height;
512 if (ypos > HEIGHT - height) {
514 ypos = XPOS;