Home
last modified time | relevance | path

Searched refs:gr_height (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
1317 gr_height = height * 0.08; in paint_test_patterns()
1320 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 1, 0, 0); in paint_test_patterns()
1322 y += gr_height; in paint_test_patterns()
1323 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 0, 1, 0); in paint_test_patterns()
1325 y += gr_height; in paint_test_patterns()
1326 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 0, 0, 1); in paint_test_patterns()
1328 y += gr_height; in paint_test_patterns()
1329 igt_paint_color_gradient(cr, x, y, gr_width, gr_height, 1, 1, 1); in paint_test_patterns()