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

/external/pixman/test/
H A Dcomposite-traps-test.c10 #define MAX_DST_HEIGHT 48 macro
150 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
176 t->top = random_fixed (MAX_DST_HEIGHT) - MAX_DST_HEIGHT / 2;
177 t->bottom = t->top + random_fixed (MAX_DST_HEIGHT);
H A Daffine-test.c18 #define MAX_DST_HEIGHT 16 macro
60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
H A Dscaling-test.c17 #define MAX_DST_HEIGHT 8 macro
114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;

Completed in 108 milliseconds