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

/xsrc/external/mit/pixman/dist/test/
H A Dcomposite-traps-test.c9 #define MAX_DST_WIDTH 48 macro
155 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
190 t->left.p1.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
192 t->left.p2.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
194 t->right.p1.x = t->left.p1.x + random_fixed (MAX_DST_WIDTH);
196 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 4 milliseconds