Searched defs:maxy (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c254 Position maxx, maxy; local
263 maxx = maxy = 1;
273 if (maxy < y) maxy = y;
278 fw->form.preferred_height = (maxy += fw->form.default_spacing);
281 && (maxx != fw->core.width || maxy != fw->core.height)) {
284 (Dimension)maxx, (Dimension)maxy,
285 (Dimension*)&maxx, (Dimension*)&maxy );
288 (Dimension)maxx, (Dimension)maxy,
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c331 Dimension maxx, maxy; local
339 maxx = maxy = 1;
356 if (y > (int)maxy)
357 maxy = y;
362 fw->form.preferred_height = (maxy += fw->form.default_spacing);
368 ChangeFormGeometry( (Widget) fw, FALSE, maxx, maxy,
375 (fw->core.height >= maxy)));
H A DPanner.c277 Position maxy = (((Position) pw->core.height) - pad - local
290 if (*y > maxy) *y = maxy;

Completed in 14 milliseconds