Searched defs:max_extra_stride (Results 1 - 1 of 1) sorted by relevance

/external/pixman/test/
H A Dblitters-test.c25 int max_extra_stride,
43 prng_rand_n (max_extra_stride + 1);
240 int max_width, max_height, max_extra_stride; local
244 max_extra_stride = 4 + testnum / 1000000;
252 if (max_extra_stride > 8)
253 max_extra_stride = 8;
263 max_extra_stride, &src_fmt);
269 max_extra_stride, &src_fmt);
275 max_extra_stride, &dst_fmt);
318 max_extra_stride,
22 create_random_image(pixman_format_code_t *allowed_formats, int max_width, int max_height, int max_extra_stride, pixman_format_code_t *used_fmt) argument
[all...]

Completed in 35 milliseconds