Home | History | Annotate | Download | only in demos

Lines Matching refs:SMALL

16 #define SMALL 25
18 uint32_t *sbits = malloc (SMALL * SMALL * 4);
27 pixman_image_t *src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, SMALL, SMALL, sbits, 4 * SMALL);
31 memset (sbits, 0x00, SMALL * SMALL * 4);
35 0, 0, 0, 0, SMALL, SMALL, 200, 200);
41 0, 0, 0, 0, SMALL * 2, SMALL * 2, 200, 200);