OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryHeight
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
menus.c
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
[
all
...]
screen.h
770
int
EntryHeight
; ///< Menu entry height. Calc'd from font height.
event_handlers.c
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)
[
all
...]
/xsrc/external/mit/twm/dist/src/
screen.h
207
int
EntryHeight
; /* menu entry height */
menus.c
363
y_offset = mi->item_num * Scr->
EntryHeight
;
372
(unsigned) mr->width, (unsigned) Scr->
EntryHeight
);
387
(unsigned) Scr->
EntryHeight
);
420
(unsigned) mr->width, (unsigned) Scr->
EntryHeight
);
430
y = ((mi->item_num + 1) * Scr->
EntryHeight
) - 1;
447
int y_offset = mi->item_num * Scr->
EntryHeight
;
452
if (e->xexpose.y < (y_offset + Scr->
EntryHeight
) &&
529
entry = y / Scr->
EntryHeight
;
571
(savey + ActiveItem->item_num * Scr->
EntryHeight
)
572
/*(savey + ActiveItem->item_num * Scr->
EntryHeight
[
all
...]
Completed in 44 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026