HomeSort by: relevance | last modified time | path
    Searched refs:pixman_format_code_t (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/pixman/dist/demos/
gtk-utils.h 10 pixman_image_from_file (const char *filename, pixman_format_code_t format);
gtk-utils.c 9 pixman_image_from_file (const char *filename, pixman_format_code_t format)
133 pixman_format_code_t format;
  /xsrc/external/mit/pixman/dist/test/
solid-test.c 101 static const pixman_format_code_t img_fmt_list[] = {
152 static const pixman_format_code_t mask_fmt_list[] = {
163 static pixman_format_code_t
164 random_format (const pixman_format_code_t *allowed_formats)
178 create_multi_pixel_image (const pixman_format_code_t *allowed_formats,
180 pixman_format_code_t *used_fmt)
182 pixman_format_code_t fmt;
205 create_solid_image (const pixman_format_code_t *allowed_formats,
207 pixman_format_code_t *used_fmt)
212 pixman_format_code_t fmt
    [all...]
alphamap.c 8 static const pixman_format_code_t formats[] =
17 static const pixman_format_code_t alpha_formats[] =
40 make_image (pixman_format_code_t format)
158 static float get_alpha_err(pixman_format_code_t sf, pixman_format_code_t saf,
159 pixman_format_code_t df, pixman_format_code_t daf)
161 pixman_format_code_t s = saf != PIXMAN_null ? saf : sf;
162 pixman_format_code_t d = daf != PIXMAN_null ? daf : df;
178 pixman_format_code_t sf = formats[s]
    [all...]
glyph-test.c 4 static const pixman_format_code_t glyph_formats[] =
15 static const pixman_format_code_t formats[] =
103 static pixman_format_code_t
104 random_format (const pixman_format_code_t *formats)
114 create_image (int max_size, const pixman_format_code_t *formats, uint32_t flags)
118 pixman_format_code_t format;
276 pixman_format_code_t format = random_format (glyph_formats);
rotate-test.c 7 static const pixman_format_code_t formats[] =
63 pixman_format_code_t format = RANDOM_FORMAT();
affine-bench.c 134 pixman_format_code_t format,
273 pixman_format_code_t *src_format,
274 pixman_format_code_t *mask_format,
275 pixman_format_code_t *dest_format)
350 pixman_format_code_t src_format = PIXMAN_a8r8g8b8;
351 pixman_format_code_t mask_format = 0;
352 pixman_format_code_t dest_format = PIXMAN_a8r8g8b8;
blitters-test.c 22 create_random_image (pixman_format_code_t *allowed_formats,
26 pixman_format_code_t *used_fmt)
29 pixman_format_code_t fmt;
91 pixman_format_code_t fmt)
169 static pixman_format_code_t img_fmt_list[] = {
220 static pixman_format_code_t mask_fmt_list[] = {
246 pixman_format_code_t src_fmt, dst_fmt, mask_fmt;
check-formats.c 6 pixman_format_code_t src_format,
7 pixman_format_code_t dest_format)
111 pixman_format_code_t src_fmt, dest_fmt;
composite-traps-test.c 13 static pixman_format_code_t formats[] =
18 static pixman_format_code_t mask_formats[] =
61 pixman_format_code_t mask_format, dst_format;
95 pixman_format_code_t src_format = RANDOM_ELT(formats);
neg-stride-test.c 18 pixman_format_code_t format;
oob-test.c 10 pixman_format_code_t format;
fence-image-self-test.c 163 pixman_format_code_t format = pixman_image_get_format (image);
197 test_image_faults (pixman_format_code_t format, int min_width, int height)
cover-test.c 88 static const pixman_format_code_t img_fmt_list[] = {
103 create_src_image (pixman_format_code_t fmt)
264 pixman_format_code_t src_fmt, dst_fmt, mask_fmt;
composite.c 77 static const pixman_format_code_t formats[] =
135 pixman_format_code_t format;
192 pixman_format_code_t format = pixman_image_get_format (image);
fetch-test.c 15 pixman_format_code_t format;
thread-test.c 62 static const pixman_format_code_t formats[] =
scaling-test.c 24 static pixman_format_code_t
76 pixman_format_code_t src_fmt, mask_fmt, dst_fmt;
  /xsrc/external/mit/pixman/dist/test/utils/
utils.h 110 fence_image_create_bits (pixman_format_code_t format,
213 pixman_format_code_t
234 format_name (pixman_format_code_t format);
253 round_color (pixman_format_code_t format, color_t *color);
257 pixman_format_code_t format;
265 pixel_checker_init (pixel_checker_t *checker, pixman_format_code_t format);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-glyph.c 354 PIXMAN_EXPORT pixman_format_code_t
359 pixman_format_code_t format = PIXMAN_a1;
365 pixman_format_code_t glyph_format = glyph->image->bits.format;
411 pixman_format_code_t glyph_format = PIXMAN_null;
413 pixman_format_code_t dest_format;
508 pixman_format_code_t glyph_format = PIXMAN_null;
512 pixman_format_code_t dest_format;
546 pixman_format_code_t src_format, mask_format;
644 pixman_format_code_t mask_format,
pixman-implementation.c 77 pixman_format_code_t src_format,
79 pixman_format_code_t mask_format,
81 pixman_format_code_t dest_format,
306 pixman_format_code_t format;
pixman-private.h 119 pixman_format_code_t extended_format_code;
175 pixman_format_code_t format;
275 pixman_format_code_t format;
306 pixman_format_code_t format,
518 pixman_format_code_t src_format;
520 pixman_format_code_t mask_format;
522 pixman_format_code_t dest_format;
546 pixman_format_code_t format);
555 pixman_format_code_t src_format,
557 pixman_format_code_t mask_format
    [all...]
pixman.h 1135 } pixman_format_code_t; typedef in typeref:enum:__anon6511
1139 pixman_bool_t pixman_format_supported_destination (pixman_format_code_t format);
1142 pixman_bool_t pixman_format_supported_source (pixman_format_code_t format);
1169 pixman_image_t *pixman_image_create_bits (pixman_format_code_t format,
1176 pixman_image_t *pixman_image_create_bits_no_clear (pixman_format_code_t format,
1280 pixman_format_code_t pixman_image_get_format (pixman_image_t *image);
1449 pixman_format_code_t pixman_glyph_get_mask_format (pixman_glyph_cache_t *cache,
1457 pixman_format_code_t mask_format,
1598 pixman_format_code_t mask_format,
1610 pixman_format_code_t mask_format
    [all...]
pixman-bits-image.c 894 pixman_format_code_t format;
938 pixman_format_code_t format = image->common.extended_format_code;
1142 pixman_format_code_t format = image->format;
1236 create_bits (pixman_format_code_t format,
1280 pixman_format_code_t format,
1328 create_bits_image_internal (pixman_format_code_t format,
1362 pixman_image_create_bits (pixman_format_code_t format,
1375 pixman_image_create_bits_no_clear (pixman_format_code_t format,
  /xsrc/external/mit/xorg-server/dist/fb/
fbtrap.c 86 pixman_format_code_t mask_format,
110 pixman_format_code_t format;

Completed in 18 milliseconds

1 2 3