Home
last modified time | relevance | path

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

/third_party/weston/clients/
Dcalibrator.c55 int32_t drawn_x, drawn_y; member
132 x_calib.f[i] = calibrator->tests[i].drawn_x; in finish_calibration()
193 int32_t drawn_x, drawn_y; in redraw_handler() local
203 drawn_x = test_ratios[calibrator->current_test].x_ratio * allocation.width; in redraw_handler()
206 calibrator->tests[calibrator->current_test].drawn_x = drawn_x; in redraw_handler()
209 cairo_translate(cr, drawn_x, drawn_y); in redraw_handler()