Home
last modified time | relevance | path

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

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