Searched refs:dimg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | screen-test.c | 16 pixman_image_t *simg1, *simg2, *simg3, *dimg; local in function:main 35 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, 3 * WIDTH, 2 * HEIGHT, dest, 3 * WIDTH * 4); 37 pixman_image_composite (PIXMAN_OP_SCREEN, simg1, NULL, dimg, 0, 0, 0, 0, WIDTH, HEIGHT / 4, WIDTH, HEIGHT); 38 pixman_image_composite (PIXMAN_OP_SCREEN, simg2, NULL, dimg, 0, 0, 0, 0, (WIDTH/2), HEIGHT / 4 + HEIGHT / 2, WIDTH, HEIGHT); 39 pixman_image_composite (PIXMAN_OP_SCREEN, simg3, NULL, dimg, 0, 0, 0, 0, (4 * WIDTH) / 3, HEIGHT, WIDTH, HEIGHT); 41 show_image (dimg);
|
| H A D | convolution-test.c | 24 pixman_image_t *simg, *mimg, *dimg; local in function:main 37 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4); 42 pixman_image_composite (PIXMAN_OP_OVER, simg, mimg, dimg, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT); 44 show_image (dimg);
|
Completed in 3 milliseconds