Lines Matching defs:height
409 double width, height;
422 &height), 0);
423 y_move = 100.0/height * 7;
748 double width, height;
751 rc = libinput_device_get_size(dev->libinput_device, &width, &height);
753 return rc == 0 && height >= 40;
901 double width = 0, height = 0;
907 &height), 0);
908 mm = 100.0/height;
1236 double width, height;
1242 rc = libinput_device_get_size(dev->libinput_device, &width, &height);
1244 return rc == 0 && height > 55;