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

/external/pixman/test/
H A Daffine-test.c16 #define MAX_SRC_HEIGHT 16 macro
58 src_height = prng_rand_n (MAX_SRC_HEIGHT) + 1;
128 tx = pixman_int_to_fixed (MAX_SRC_HEIGHT);
135 ty = pixman_int_to_fixed (MAX_SRC_HEIGHT);
H A Dscaling-test.c15 #define MAX_SRC_HEIGHT 8 macro
101 src_height = prng_rand_n (MAX_SRC_HEIGHT) + 1;
106 mask_height = prng_rand_n (MAX_SRC_HEIGHT) + 1;
H A Dcomposite-traps-test.c8 #define MAX_SRC_HEIGHT 48 macro
98 int src_height = prng_rand_n (MAX_SRC_HEIGHT) + 1;

Completed in 630 milliseconds