OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scale_height
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xmag/dist/
xmag.c
322
Dimension
scale_height
;
334
XtSetArg(wargs[n], XtNheight, &
scale_height
); n++;
344
if ((double) event->xbutton.y / (double)
scale_height
> 0.5) {
350
label_y = scale_y +
scale_height
- label_height;
313
Dimension
scale_height
;
local
/xsrc/external/mit/xterm/dist/
ptyx.h
2662
float
scale_height
; /* scaling for font-height */
member in struct:__anon12178
3777
(int) ((IsIcon(screen) || (screen->
scale_height
<= 1.0f)) \
3780
* ((float) screen->
scale_height
- 1.0f) / 2.0f))
fontutils.c
68
#define SetFontHeight(screen,dst,src) (dst)->f_height = dimRound((double)((screen)->
scale_height
* (float) (src)))
4221
font_height = (unsigned) ((float) font_height * screen->
scale_height
);
charproc.c
505
Dres(XtNscaleHeight, XtCScaleHeight, screen.
scale_height
, "1.0"),
10612
init_Dres(screen.
scale_height
);
10613
if (screen->
scale_height
< MIN_SCALE_HEIGHT)
10614
screen->
scale_height
= MIN_SCALE_HEIGHT;
10615
if (screen->
scale_height
> MAX_SCALE_HEIGHT)
10616
screen->
scale_height
= MAX_SCALE_HEIGHT;
Completed in 18 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026