OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SRC_HEIGHT
(Results
1 - 3
of
3
) sorted by null
/external/pixman/test/
affine-test.c
16
#define
MAX_SRC_HEIGHT
16
58
src_height = prng_rand_n (
MAX_SRC_HEIGHT
) + 1;
128
tx = pixman_int_to_fixed (
MAX_SRC_HEIGHT
);
135
ty = pixman_int_to_fixed (
MAX_SRC_HEIGHT
);
scaling-test.c
15
#define
MAX_SRC_HEIGHT
8
101
src_height = prng_rand_n (
MAX_SRC_HEIGHT
) + 1;
106
mask_height = prng_rand_n (
MAX_SRC_HEIGHT
) + 1;
composite-traps-test.c
8
#define
MAX_SRC_HEIGHT
48
98
int src_height = prng_rand_n (
MAX_SRC_HEIGHT
) + 1;
Completed in 284 milliseconds