Lines Matching refs:EntryHeight
596 int yy = Event.xkey.y + Scr->EntryHeight;
600 yy -= (wy - (Scr->EntryHeight / 2) - 2);
621 int yy = Event.xkey.y - Scr->EntryHeight;
625 yy -= (wy - ActiveMenu->height + (Scr->EntryHeight / 2) + 2);
677 yy -= (wy - menu->lastactive->item_num * Scr->EntryHeight -
678 (Scr->EntryHeight / 2) - 2);
680 yy -= (wy - (Scr->EntryHeight / 2) - 2);
752 wy = (item->item_num * Scr->EntryHeight) + (Scr->EntryHeight / 2) + 2;
841 yy -= (wy - item->item_num * Scr->EntryHeight - (Scr->EntryHeight / 2) - 2);
3433 entry = y / Scr->EntryHeight;