Home | History | Annotate | Download | only in demos

Lines Matching refs:WIDTH

48 #define WIDTH 400
53 uint32_t *dest = malloc (WIDTH * HEIGHT * 4);
54 uint32_t *src1 = malloc (WIDTH * HEIGHT * 4);
58 WIDTH, HEIGHT,
60 WIDTH * 4);
62 WIDTH, HEIGHT,
64 WIDTH * 4);
68 p = WIDTH * y;
69 for (x = 0; x < WIDTH; x ++)
71 alpha = (float) x / WIDTH;
78 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);