Lines Matching refs:WIDTH
8 #define WIDTH 80
94 uint32_t *dest = malloc (WIDTH * HEIGHT * 4);
95 uint32_t *src = malloc (WIDTH * HEIGHT * 4);
99 pixman_point_fixed_t p2 = { (WIDTH + 10) << 16, (HEIGHT - 10) << 16 };
125 parrot = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, (uint32_t *)parrot_bits, WIDTH * 4);
130 WIDTH, HEIGHT,
132 WIDTH * 4);
149 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);
151 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);
153 WIDTH, HEIGHT, WIDTH * 4);