Home
last modified time | relevance | path

Searched refs:MAX_GLYPHS (Results 1 – 1 of 1) sorted by relevance

/external/pixman/test/
Dglyph-test.c215 #define MAX_GLYPHS 32 macro
220 pixman_image_t *glyph_images[MAX_GLYPHS]; in test_glyphs()
221 pixman_glyph_t glyphs[4 * MAX_GLYPHS]; in test_glyphs()
242 n_glyphs = prng_rand_n (MAX_GLYPHS); in test_glyphs()