Lines Matching refs:y_offset
356 int y_offset;
363 y_offset = mi->item_num * Scr->EntryHeight;
364 text_y = y_offset + Scr->MenuFont.y;
371 XFillRectangle(dpy, mr->w, Scr->NormalGC, 0, y_offset,
385 XFillRectangle(dpy, mr->w, Scr->NormalGC, 0, y_offset,
409 y = (int) ((unsigned) y_offset +
419 XFillRectangle(dpy, mr->w, Scr->NormalGC, 0, y_offset,
427 if (y_offset)
428 XDrawLine(dpy, mr->w, Scr->NormalGC, 0, y_offset,
429 mr->width, y_offset);
447 int y_offset = mi->item_num * Scr->EntryHeight;
452 if (e->xexpose.y < (y_offset + Scr->EntryHeight) &&
453 (e->xexpose.y + e->xexpose.height) > y_offset) {