Lines Matching refs:yscale
230 static char *yscale (int);
412 yscale (int y)
969 printf (" Absolute upper-left Y: %s\n", yscale (ry));
971 printf (" Relative upper-left Y: %s\n", yscale (w->geometry->y));
973 printf (" Height: %s\n", yscale (w->geometry->height));
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));
1491 yscale (hints->height_inc));
1496 (yscale (hints->height / hints->height_inc)));
1500 (yscale (hints->height / hints->height_inc)));
1503 xscale (hints->min_width / hints->width_inc), yscale (hints->min_height / hints->height_inc));
1507 (yscale (hints->base_height / hints->height_inc)));
1513 xscale (hints->min_aspect_num), yscale (hints->min_aspect_den));
1515 xscale (hints->max_aspect_num), yscale (hints->max_aspect_den));
1582 yscale (extents->bounding_shape_extents_height));
1585 yscale (extents->bounding_shape_extents_y));
1592 yscale (extents->clip_shape_extents_height));
1595 yscale (extents->clip_shape_extents_y));
1690 xscale (wmhints.icon_x), yscale (wmhints.icon_y));