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

/xsrc/external/mit/pixman/dist/test/
H A Dcomposite-traps-test.c38 random_fixed (int n) function in typeref:typename:pixman_fixed_t
188 t->top = random_fixed (MAX_DST_HEIGHT) - MAX_DST_HEIGHT / 2;
189 t->bottom = t->top + random_fixed (MAX_DST_HEIGHT);
190 t->left.p1.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
191 t->left.p1.y = t->top - random_fixed (50);
192 t->left.p2.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2;
193 t->left.p2.y = t->bottom + random_fixed (50);
194 t->right.p1.x = t->left.p1.x + random_fixed (MAX_DST_WIDTH);
195 t->right.p1.y = t->top - random_fixed (50);
196 t->right.p2.x = t->left.p2.x + random_fixed (MAX_DST_WIDT
[all...]

Completed in 2 milliseconds