Searched defs:HEIGHT (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1StripChart.c | 462 #define HEIGHT ( (unsigned int) w->core.height) macro 487 points[i - 1].y = HEIGHT / w->strip_chart.scale;
|
H A D | Xaw3_1Label.c | 369 #define HEIGHT 2 macro 392 checks[HEIGHT] = TRUE; 422 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | StripChart.c | 487 #define HEIGHT ( (unsigned int) w->core.height) macro 513 points[i - 1].y = HEIGHT / w->strip_chart.scale;
|
H A D | Label.c | 643 #define HEIGHT 2 macro 666 checks[HEIGHT] = TRUE; 706 if ((curlw->core.height == reqlw->core.height) && !checks[HEIGHT])
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 210 #define HEIGHT HeightOfScreen(scr) - 100 macro 214 #define HEIGHT HeightOfScreen(scr) macro 1276 win[screen] = XCreateWindow(dsp, root[screen], 0, 0, WIDTH, HEIGHT, 0,
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 84 #define HEIGHT(r) ((r)[3]) macro 356 HEIGHT(dst) = BOTTOM(sub) - BOTTOM(src); 366 HEIGHT(dst) = MIN(TOP(src), TOP(sub)) - BOTTOM(dst); 376 HEIGHT(dst) = MIN(TOP(src), TOP(sub)) - BOTTOM(dst); 386 HEIGHT(dst) = TOP(src) - TOP(sub); 399 HEIGHT(dst) = HEIGHT(src); 407 HEIGHT(dst) = MIN(TOP(r1), TOP(r2)) - BOTTOM(dst); 507 if (WIDTH(r) == 0 || HEIGHT(r) == 0) { 701 HEIGHT(ds [all...] |
Completed in 23 milliseconds