Lines Matching defs:xscale
229 static char *xscale (int);
405 xscale (int x)
968 printf (" Absolute upper-left X: %s\n", xscale (rx));
970 printf (" Relative upper-left X: %s\n", xscale (w->geometry->x));
972 printf (" Width: %s\n", xscale (w->geometry->width));
1459 xscale (hints->x), yscale (hints->y));
1463 xscale (hints->x), yscale (hints->y));
1467 xscale (hints->width), yscale (hints->height));
1472 xscale (hints->width), yscale (hints->height));
1476 xscale (hints->min_width), yscale (hints->min_height));
1480 xscale (hints->max_width), yscale (hints->max_height));
1484 xscale (hints->base_width), yscale (hints->base_height));
1489 xscale (hints->width_inc));
1495 (xscale (hints->width / hints->width_inc)),
1499 (xscale (hints->width / hints->width_inc)),
1503 xscale (hints->min_width / hints->width_inc), yscale (hints->min_height / hints->height_inc));
1506 (xscale (hints->base_width / hints->width_inc)),
1513 xscale (hints->min_aspect_num), yscale (hints->min_aspect_den));
1515 xscale (hints->max_aspect_num), yscale (hints->max_aspect_den));
1581 xscale (extents->bounding_shape_extents_width),
1584 xscale (extents->bounding_shape_extents_x),
1591 xscale (extents->clip_shape_extents_width),
1594 xscale (extents->clip_shape_extents_x),
1690 xscale (wmhints.icon_x), yscale (wmhints.icon_y));