Searched defs:old_height (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1FormP.h71 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
H A DXaw3_1SimpleMenu.c507 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 DXaw3_1Text.c2019 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 DFormP.h92 Dimension old_width, old_height; /* last known dimensions */ member in struct:_FormPart
H A DForm.c243 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 DSimpleMenu.c520 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 DText.c2410 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 Dtsolutils.c369 int old_height; local
395 old_height = root->pixHeight;
407 height_mult = (1.0 * root->pixHeight) / old_height;

Completed in 47 milliseconds