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

/xsrc/external/mit/pixman/dist/demos/
H A Dscreen-test.c16 pixman_image_t *simg1, *simg2, *simg3, *dimg; local in function:main
33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4);
38 pixman_image_composite (PIXMAN_OP_SCREEN, simg2, NULL, dimg, 0, 0, 0, 0, (WIDTH/2), HEIGHT / 4 + HEIGHT / 2, WIDTH, HEIGHT);

Completed in 2 milliseconds