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

1 2

  /external/pixman/test/
lowlevel-blt-bench.c 603 { "add_n_8_8", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a8 },
604 { "add_n_8_8888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a8r8g8b8 },
605 { "add_n_8_x888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_x8r8g8b8 },
606 { "add_n_8_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_r5g6b5 },
607 { "add_n_8_1555", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a1r5g5b5 },
608 { "add_n_8_4444", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a4r4g4b4 },
609 { "add_n_8_2222", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a2r2g2b2 },
610 { "add_n_8_2x10", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_x2r10g10b10 },
611 { "add_n_8_2a10", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_a8, 0, PIXMAN_a2r10g10b10 }
    [all...]
pixel-test.c 43 PIXMAN_a8r8g8b8, 0x0f00c300,
48 PIXMAN_a8r8g8b8, 0x5300ea00,
51 PIXMAN_a8r8g8b8, 0x20c6bf00,
55 PIXMAN_a8r8g8b8, 0x204ac7ff,
60 PIXMAN_a8r8g8b8, 0x102d00dd
64 PIXMAN_a8r8g8b8, 0x1bdf0c89
68 PIXMAN_a8r8g8b8, 0x1076bcf7
72 PIXMAN_a8r8g8b8, 0x1bfe9ae5
76 PIXMAN_a8r8g8b8, 0x0b00c16c
80 PIXMAN_a8r8g8b8, 0x9efff1f
    [all...]
infinite-loop.c 24 PIXMAN_a8r8g8b8, SRC_WIDTH, SRC_HEIGHT, NULL, -1);
26 PIXMAN_a8r8g8b8, DST_WIDTH, DST_HEIGHT, NULL, -1);
pdf-op-test.c 50 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[s]), 4);
58 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[m]), 4);
67 PIXMAN_a8r8g8b8, 1, 1, &dp, 4);
oob-test.c 33 { 3, 6, 16, PIXMAN_a8r8g8b8 },
41 { 7, 5, 36, PIXMAN_a8r8g8b8 },
alpha-loop.c 21 pixman_image_t *d = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
a1-trap-test.c 36 PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
fetch-test.c 26 PIXMAN_a8r8g8b8,
167 dst_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
scaling-crash-test.c 62 PIXMAN_a8r8g8b8, src_width, src_height,
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4);
rotate-test.c 9 PIXMAN_a8r8g8b8,
alphamap.c 10 PIXMAN_a8r8g8b8,
88 else if (image->bits.format == PIXMAN_a8r8g8b8)
123 else if (image->bits.format == PIXMAN_a8r8g8b8)
  /external/pixman/demos/
screen-test.c 32 simg1 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src1, WIDTH * 4);
33 simg2 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src2, WIDTH * 4);
34 simg3 = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src3, WIDTH * 4);
35 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, 3 * WIDTH, 2 * HEIGHT, dest, 3 * WIDTH * 4);
convolution-test.c 35 simg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, src, WIDTH * 4);
36 mimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, mask, WIDTH * 4);
37 dimg = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, dest, WIDTH * 4);
checkerboard.c 23 checkerboard = pixman_image_create_bits (PIXMAN_a8r8g8b8,
27 destination = pixman_image_create_bits (PIXMAN_a8r8g8b8,
clip-in.c 27 pixman_image_t *src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, SMALL, SMALL, sbits, 4 * SMALL);
28 pixman_image_t *dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, 4 * WIDTH);
alpha-test.c 53 alpha_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
61 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
69 src_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
trap-test.c 34 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
tri-test.c 32 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, bits, WIDTH * 4);
composite-test.c 125 parrot = pixman_image_create_bits (PIXMAN_a8r8g8b8, WIDTH, HEIGHT, (uint32_t *)parrot_bits, WIDTH * 4);
129 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
gtk-utils.c 158 case PIXMAN_a8r8g8b8:
164 copy = pixman_image_create_bits (PIXMAN_a8r8g8b8,
clip-test.c 18 return pixman_image_create_bits (PIXMAN_a8r8g8b8,
conical-test.c 58 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
gradient-test.c 48 dest_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
srgb-test.c 61 src1_img = pixman_image_create_bits (PIXMAN_a8r8g8b8,
  /external/pixman/pixman/
pixman-noop.c 114 else if (image->common.extended_format_code == PIXMAN_a8r8g8b8 &&
143 ((image->common.extended_format_code == PIXMAN_a8r8g8b8) ||

Completed in 173 milliseconds

1 2