Home
last modified time | relevance | path

Searched refs:drawn_y (Results 1 – 1 of 1) sorted by relevance

/third_party/weston/clients/
Dcalibrator.c55 int32_t drawn_x, drawn_y; member
133 y_calib.f[i] = calibrator->tests[i].drawn_y; in finish_calibration()
193 int32_t drawn_x, drawn_y; in redraw_handler() local
204 drawn_y = test_ratios[calibrator->current_test].y_ratio * allocation.height; in redraw_handler()
207 calibrator->tests[calibrator->current_test].drawn_y = drawn_y; in redraw_handler()
209 cairo_translate(cr, drawn_x, drawn_y); in redraw_handler()