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

/external/pixman/test/
H A Dcomposite-traps-test.c9 #define MAX_DST_WIDTH 48 macro
149 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
178 t->left.p1.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
180 t->left.p2.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
182 t->right.p1.x = t->left.p1.x + random_fixed (MAX_DST_WIDTH);
184 t->right.p2.x = t->left.p2.x + random_fixed (MAX_DST_WIDTH);
H A Daffine-test.c17 #define MAX_DST_WIDTH 16 macro
59 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
H A Dscaling-test.c16 #define MAX_DST_WIDTH 48 macro
113 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;

Completed in 164 milliseconds