HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DST_HEIGHT (Results 1 - 3 of 3) sorted by null

  /external/pixman/test/
composite-traps-test.c 10 #define MAX_DST_HEIGHT 48
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);
affine-test.c 18 #define MAX_DST_HEIGHT 16
60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
scaling-test.c 17 #define MAX_DST_HEIGHT 8
114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;

Completed in 594 milliseconds