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

/xsrc/external/mit/pixman/dist/demos/
H A Dconvolution-test.c24 pixman_image_t *simg, *mimg, *dimg; local in function:main
35 simg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src, WIDTH * 4);
42 pixman_image_composite (PIXMAN_OP_OVER, simg, mimg, dimg, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);

Completed in 8 milliseconds