OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:simg1
(Results
1 - 1
of
1
) sorted by null
/external/pixman/demos/
screen-test.c
16
pixman_image_t *
simg1
, *simg2, *simg3, *dimg;
local
32
simg1
= pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src1, WIDTH * 4);
37
pixman_image_composite (PIXMAN_OP_SCREEN,
simg1
, NULL, dimg, 0, 0, 0, 0, WIDTH, HEIGHT / 4, WIDTH, HEIGHT);
Completed in 33 milliseconds