Home
last modified time | relevance | path

Searched refs:opt_test_picture (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dtest.h70 opt_test_picture, enumerator
H A Dtest-picture.c65 if (strcmp (test_device->val[opt_test_picture].s, "Solid black") == 0 in init_picture_buffer()
66 || strcmp (test_device->val[opt_test_picture].s, "Solid white") == 0) in init_picture_buffer()
84 if (strcmp (test_device->val[opt_test_picture].s, "Solid black") == 0) in init_picture_buffer()
109 if (strcmp (test_device->val[opt_test_picture].s, "Grid") == 0) in init_picture_buffer()
H A Dtest.c334 free(test_device->val[opt_test_picture].s); in cleanup_options()
335 test_device->val[opt_test_picture].s = NULL; in cleanup_options()
512 /* opt_test_picture */ in init_options()
513 od = &test_device->opt[opt_test_picture]; in init_options()
530 test_device->val[opt_test_picture].s = malloc ((size_t) od->size); in init_options()
531 if (!test_device->val[opt_test_picture].s) in init_options()
533 strcpy (test_device->val[opt_test_picture].s, init_test_picture); in init_options()
2323 case opt_test_picture: in sane_control_option()
2555 case opt_test_picture: in sane_control_option()

Completed in 5 milliseconds