Lines Matching defs:width
628 double width, height;
633 evdev_device_get_size(device, &width, &height);
642 mm.x = width * 0.5;
663 mm.x = width/2 - 5; /* 10mm wide */
667 mm.x = width/2 + 5; /* 10mm wide */
671 mm.x = width * 0.375;
675 mm.x = width * 0.625;
698 double width, height;
700 evdev_device_get_size(device, &width, &height);
702 mm.x = width * 0.60;
708 mm.x = width * 0.40;