Lines Matching defs:height
321 const int width = 640, height = 480;
339 y = libinput_event_touch_get_y_transformed(tev, height);
342 ck_assert_int_eq(round(y), round(height * matrix[4]));
362 int width = 1024, height = 480;
408 y = libinput_event_touch_get_y_transformed(tev, height);
417 almost_equal(y, height * 0.2);
421 almost_equal(y, height * 0.8);
425 almost_equal(y, height * 0.8);
429 almost_equal(y, height * 0.2);
453 const int width = 640, height = 480;
458 /* translating from 0 up to 1 device width/height */
472 y = libinput_event_touch_get_y_transformed(tev, height);
476 ck_assert_int_ge(round(y), height + round(height * matrix[5]) - 1);
478 ck_assert_int_le(round(y), height + round(height * matrix[5]) + 1);