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

  /external/pixman/test/
lowlevel-blt-bench.c 430 if (!(mask_flags & SOLID_FLAG) && mask_fmt != PIXMAN_null)
442 else if (mask_fmt != PIXMAN_null)
455 if ((mask_flags & CA_FLAG) && mask_fmt != PIXMAN_null)
612 { "add_n_8", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_a8 },
613 { "add_n_8888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_a8r8g8b8 },
614 { "add_n_x888", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_x8r8g8b8 },
615 { "add_n_0565", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_r5g6b5 },
616 { "add_n_1555", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_a1r5g5b5 },
617 { "add_n_4444", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_a4r4g4b4 },
618 { "add_n_2222", PIXMAN_a8r8g8b8, 1, PIXMAN_OP_ADD, PIXMAN_null, 0, PIXMAN_a2r2g2b2 }
    [all...]
check-formats.c 204 return PIXMAN_null;
291 src_fmt = PIXMAN_null;
292 dest_fmt = PIXMAN_null;
319 else if ((src_fmt = format_from_string (arg)) == PIXMAN_null)
326 else if ((dest_fmt = format_from_string (arg)) == PIXMAN_null)
342 if (op == PIXMAN_OP_NONE || src_fmt == PIXMAN_null || dest_fmt == PIXMAN_null)
blitters-test.c 33 while (allowed_formats[n] != PIXMAN_null)
89 if (fmt != PIXMAN_null)
207 PIXMAN_null
215 PIXMAN_null
294 mask_fmt = PIXMAN_null;
376 free_random_image (0, src_img, PIXMAN_null);
384 free_random_image (0, mask_img, PIXMAN_null);
alphamap.c 18 PIXMAN_null,
160 if (daf != PIXMAN_null)
167 if (saf != PIXMAN_null)
180 if (daf != PIXMAN_null)
glyph-test.c 12 PIXMAN_null,
58 PIXMAN_null,
108 while (formats[i] != PIXMAN_null)
utils.c 1025 case PIXMAN_null: return "null";
    [all...]
  /external/pixman/pixman/
pixman-inlines.h 615 PIXMAN_null, 0, \
626 PIXMAN_null, 0, \
637 PIXMAN_null, 0, \
646 PIXMAN_null, 0, \
    [all...]
pixman-glyph.c 407 pixman_format_code_t glyph_format = PIXMAN_null;
504 pixman_format_code_t glyph_format = PIXMAN_null;
550 mask_format = PIXMAN_null;
pixman-fast-path.c 1239 mask_format = PIXMAN_null;
    [all...]
pixman-private.h 653 #define PIXMAN_null PIXMAN_FORMAT (0, 0, 0, 0, 0, 0)
727 ((PIXMAN_ ## format == PIXMAN_null) ? 0 : (SOURCE_FLAGS (format) | extra))
    [all...]
pixman-image.c 891 return PIXMAN_null;
pixman-access.c     [all...]
pixman-bits-image.c     [all...]
pixman.c 607 mask_format = PIXMAN_null;
    [all...]
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]

Completed in 210 milliseconds