Home
last modified time | relevance | path

Searched refs:simg2 (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
33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4); in main()
38 …pixman_image_composite (PIXMAN_OP_SCREEN, simg2, NULL, dimg, 0, 0, 0, 0, (WIDTH/2), HEIGHT / 4 + H… in main()