Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_fb.c1312 double gr_height, gr_width; in paint_test_patterns() local
1316 gr_width = width * 0.75; in paint_test_patterns()
1318 x = (width / 2) - (gr_width / 2); in paint_test_patterns()
1320 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 1, 0, 0); in paint_test_patterns()
1323 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 0, 1, 0); in paint_test_patterns()
1326 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 0, 0, 1); in paint_test_patterns()
1329 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 1, 1, 1); in paint_test_patterns()