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

/xsrc/external/mit/pixman/dist/test/
H A Dstress-test.c266 int n_coefficients = 0; local in function:create_random_bits_image
397 n_coefficients = width * height + 2;
398 coefficients = malloc (n_coefficients * sizeof (pixman_fixed_t));
424 pixman_image_set_filter (image, filter, coefficients, n_coefficients);

Completed in 2 milliseconds