HomeSort by relevance Sort by last modified time
    Searched refs:PIXMAN_OP_SCREEN (Results 1 - 10 of 10) sorted by null

  /external/pixman/demos/
screen-test.c 37 pixman_image_composite (PIXMAN_OP_SCREEN, simg1, NULL, dimg, 0, 0, 0, 0, WIDTH, HEIGHT / 4, WIDTH, HEIGHT);
38 pixman_image_composite (PIXMAN_OP_SCREEN, simg2, NULL, dimg, 0, 0, 0, 0, (WIDTH/2), HEIGHT / 4 + HEIGHT / 2, WIDTH, HEIGHT);
39 pixman_image_composite (PIXMAN_OP_SCREEN, simg3, NULL, dimg, 0, 0, 0, 0, (4 * WIDTH) / 3, HEIGHT, WIDTH, HEIGHT);
composite-test.c 33 { "SCREEN", PIXMAN_OP_SCREEN },
  /external/pixman/test/
pdf-op-test.c 7 PIXMAN_OP_SCREEN,
combiner-test.c 51 PIXMAN_OP_SCREEN,
blitters-test.c 141 PIXMAN_OP_SCREEN,
stress-test.c 830 PIXMAN_OP_SCREEN,
utils.c 920 case PIXMAN_OP_SCREEN: return "PIXMAN_OP_SCREEN";
    [all...]
  /external/pixman/pixman/
pixman-combine-float.c 938 imp->combine_float[PIXMAN_OP_SCREEN] = combine_screen_u_float;
1000 imp->combine_float_ca[PIXMAN_OP_SCREEN] = combine_screen_ca_float;
pixman.h 363 PIXMAN_OP_SCREEN = 0x31,
    [all...]
pixman-combine32.c     [all...]

Completed in 154 milliseconds