Searched refs:simg3 (Results 1 - 1 of 1) sorted by relevance

/external/pixman/demos/
H A Dscreen-test.c16 pixman_image_t *simg1, *simg2, *simg3, *dimg; local
34 simg3 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src3, WIDTH * 4);
39 pixman_image_composite (PIXMAN_OP_SCREEN, simg3, NULL, dimg, 0, 0, 0, 0, (4 * WIDTH) / 3, HEIGHT, WIDTH, HEIGHT);

Completed in 66 milliseconds