Searched defs:maxx (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;
272 if (maxx < x) maxx = x;
277 fw->form.preferred_width = (maxx += 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;
351 if (x > (int)maxx)
352 maxx = x;
361 fw->form.preferred_width = (maxx += fw->form.default_spacing);
368 ChangeFormGeometry( (Widget) fw, FALSE, maxx, maxy,
374 ret_val = (always_resize_children || ( (fw->core.width >= maxx) &&
H A DPanner.c275 Position maxx = (((Position) pw->core.width) - pad - local
287 if (*x > maxx) *x = maxx;

Completed in 15 milliseconds