Lines Matching refs:EntryHeight
265 y_offset = mi->item_num * Scr->EntryHeight + Scr->MenuShadowDepth;
266 text_y = y_offset + (Scr->EntryHeight - logical_rect.height) / 2
275 mr->width - 2 * Scr->MenuShadowDepth, Scr->EntryHeight, 1,
286 mr->width - 2 * Scr->MenuShadowDepth, Scr->EntryHeight);
299 y_offset + Scr->EntryHeight - 2,
301 y_offset + Scr->EntryHeight - 2);
305 y_offset + Scr->EntryHeight - 1,
307 y_offset + Scr->EntryHeight - 1);
314 Scr->pullPm = Create3DMenuIcon(Scr->EntryHeight - ENTRY_SPACING, &Scr->pullW,
318 y = y_offset + ((Scr->EntryHeight - ENTRY_SPACING - Scr->pullH) / 2) + 2;
324 mr->width - 2 * Scr->MenuShadowDepth, Scr->EntryHeight, 1,
343 y_offset = mi->item_num * Scr->EntryHeight;
344 text_y = y_offset + (Scr->EntryHeight - logical_rect.height) / 2
354 mr->width, Scr->EntryHeight);
366 mr->width, Scr->EntryHeight);
377 XDrawLine(dpy, mr->w, gc, 0, y_offset + Scr->EntryHeight - 1,
378 mr->width, y_offset + Scr->EntryHeight - 1);
400 mr->width, Scr->EntryHeight);
408 y = ((mi->item_num + 1) * Scr->EntryHeight) - 1;
428 int y_offset = mi->item_num * Scr->EntryHeight;
433 if(e->xexpose.y <= (y_offset + Scr->EntryHeight) &&
551 entry = y / Scr->EntryHeight;
598 (savey + ActiveItem->item_num * Scr->EntryHeight)
599 /*(savey + ActiveItem->item_num * Scr->EntryHeight +
600 (Scr->EntryHeight >> 1))*/, False);
866 Scr->EntryHeight = Scr->MenuFont.height + 4;
889 Scr->EntryHeight = max_entry_height + ENTRY_SPACING;
890 mr->height = mr->items * Scr->EntryHeight;
1387 y -= (Scr->EntryHeight / 2); /* sticky menus would be nice here */
1422 const int yt = y + (Scr->EntryHeight / 2);
1643 yt = y + (i + 0.5) * Scr->EntryHeight;