HomeSort by relevance Sort by last modified time
    Searched refs:pixman_image_composite (Results 1 - 25 of 30) sorted by null

1 2

  /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);
checkerboard.c 53 pixman_image_composite (PIXMAN_OP_SRC, fill, NULL, checkerboard,
63 pixman_image_composite (PIXMAN_OP_SRC,
clip-in.c 33 pixman_image_composite (PIXMAN_OP_IN,
39 pixman_image_composite (PIXMAN_OP_IN,
clip-test.c 70 pixman_image_composite (PIXMAN_OP_OVER, gradient_img, NULL, src_img,
81 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dst_img,
alpha-test.c 99 pixman_image_composite (PIXMAN_OP_OVER, grad_img, NULL, alpha_img,
104 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
convolution-test.c 42 pixman_image_composite (PIXMAN_OP_OVER, simg, mimg, dimg, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);
trap-test.c 38 pixman_image_composite (PIXMAN_OP_OVER,
composite-test.c 148 pixman_image_composite (PIXMAN_OP_SRC, gradient, NULL, dest_img,
150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img,
gradient-test.c 78 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
srgb-test.c 77 pixman_image_composite (PIXMAN_OP_ADD, src1_img, NULL, dest_img,
  /external/pixman/test/
alpha-loop.c 29 pixman_image_composite (PIXMAN_OP_SRC, s, NULL, d, 0, 0, 0, 0, 0, 0, WIDTH, HEIGHT);
infinite-loop.c 35 pixman_image_composite (
a1-trap-test.c 40 pixman_image_composite (PIXMAN_OP_OVER,
oob-test.c 83 pixman_image_composite (PIXMAN_OP_SRC, src, NULL, dest,
pdf-op-test.c 69 pixman_image_composite (op, src, msk, dst,
radial-perf-test.c 41 pixman_image_composite (
rotate-test.c 92 pixman_image_composite (RANDOM_OP(),
alphamap.c 177 pixman_image_composite (PIXMAN_OP_SRC, orig_dst, NULL, dst,
185 pixman_image_composite (PIXMAN_OP_SRC, orig_alpha, NULL, alpha,
207 pixman_image_composite (PIXMAN_OP_ADD, src, NULL, dst,
fetch-test.c 179 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img,
gradient-crash-test.c 144 pixman_image_composite (PIXMAN_OP_OVER, src_img, NULL, dest_img,
scaling-crash-test.c 81 pixman_image_composite (PIXMAN_OP_SRC, src_img, NULL, dst_img,
scaling-test.c 337 pixman_image_composite (op, src_img, NULL, dst_img,
340 pixman_image_composite (op, src_img, mask_img, dst_img,
composite.c 241 pixman_image_composite (op, src->image, mask->image, dst->image,
246 pixman_image_composite (op, src->image, NULL, dst->image,
affine-test.c 273 pixman_image_composite (op, src_img, NULL, dst_img,
blitters-test.c 354 pixman_image_composite (op, src_img, mask_img, dst_img,

Completed in 358 milliseconds

1 2