Searched refs:old_height (Results 1 - 9 of 9) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1FormP.h | 71 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
|
H A D | Xaw3_1Form.c | 226 fw->form.old_height = fw->core.height; 291 fw->form.old_height = fw->core.height; 376 y = TransformCoord( (*childP)->core.y, fw->form.old_height, 391 fw->form.old_height, fw->core.height, 405 fw->form.old_height = fw->core.height;
|
H A D | Xaw3_1SimpleMenu.c | 507 Dimension old_height, old_width; local 516 old_height = entry->rectangle.height; 534 entry->rectangle.height = old_height; 543 entry->rectangle.height = old_height;
|
H A D | Xaw3_1Text.c | 2019 int line = 0, old_height; local 2049 old_height = ctx->core.height; 2053 if (rbox.height < old_height) return; /* It will only get taller. */
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | FormP.h | 92 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
|
H A D | Form.c | 243 fw->form.old_height = fw->core.height; 372 fw->form.old_height = fw->core.height; 511 y = TransformCoord( (*childP)->core.y, fw->form.old_height, 526 fw->form.old_height, fw->core.height, 540 fw->form.old_height = fw->core.height; 553 Dimension old_width, old_height; local 599 old_height = w->core.height; 618 w->core.height = old_height; 659 w->core.height = old_height;
|
H A D | SimpleMenu.c | 520 Dimension old_height, old_width; local 529 old_height = entry->rectangle.height; 547 entry->rectangle.height = old_height; 556 entry->rectangle.height = old_height;
|
H A D | Text.c | 2410 int line = 0, old_height; local 2443 old_height = ctx->core.height; 2447 if ((int)rbox.height < old_height) return; /* It will only get taller. */
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolutils.c | 369 int old_height; local 395 old_height = root->pixHeight; 407 height_mult = (1.0 * root->pixHeight) / old_height;
|
Completed in 2531 milliseconds