Home
last modified time | relevance | path

Searched refs:bits_image_t (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/libretro-2048/libretro-2048-35a299c/pixman/pixman/
H A Dpixman-access.c62 bits_image_t *__bits_image = (bits_image_t *)image; \
1514 fetch_pixel_a8 (bits_image_t *image, in fetch_pixel_a8()
1611 fetch_pixel_c8 (bits_image_t *image, in fetch_pixel_c8()
1623 fetch_pixel_x4a4 (bits_image_t *image, in fetch_pixel_x4a4()
1634 fetch_pixel_a4 (bits_image_t *image, in fetch_pixel_a4()
1712 fetch_pixel_c4 (bits_image_t *image, in fetch_pixel_c4()
1724 fetch_pixel_a1 (bits_image_t *image, in fetch_pixel_a1()
1746 fetch_pixel_g1 (bits_image_t *image, in fetch_pixel_g1()
1766 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
1795 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
[all …]
H A Dpixman-bits-image.c41 bits_image_store_scanline_32 (bits_image_t * image, in bits_image_store_scanline_32()
59 bits_image_store_scanline_64 (bits_image_t * image, in bits_image_store_scanline_64()
77 _pixman_image_store_scanline_32 (bits_image_t * image, in _pixman_image_store_scanline_32()
87 _pixman_image_store_scanline_64 (bits_image_t * image, in _pixman_image_store_scanline_64()
99 bits_image_fetch_pixel_alpha (bits_image_t *image, int x, int y) in bits_image_fetch_pixel_alpha()
170 bits_image_fetch_pixel_nearest (bits_image_t *image, in bits_image_fetch_pixel_nearest()
282 bits_image_fetch_pixel_bilinear (bits_image_t *image, in bits_image_fetch_pixel_bilinear()
336 bits_image_t *bits = &ima->bits; in bits_image_fetch_bilinear_no_repeat_8888()
539 bits_image_fetch_pixel_convolution (bits_image_t *image, in bits_image_fetch_pixel_convolution()
612 bits_image_fetch_pixel_filtered (bits_image_t *image, in bits_image_fetch_pixel_filtered()
[all …]
H A Dpixman-private.h31 typedef struct bits_image bits_image_t; typedef
42 typedef uint32_t (*fetch_pixel_32_t) (bits_image_t *image,
46 typedef uint64_t (*fetch_pixel_64_t) (bits_image_t *image,
50 typedef void (*store_scanline_t) (bits_image_t * image,
96 bits_image_t * alpha_map;
208 bits_image_t bits;
219 _pixman_bits_image_setup_raw_accessors (bits_image_t *image);
259 _pixman_image_store_scanline_32 (bits_image_t * image,
269 _pixman_image_store_scanline_64 (bits_image_t * image,
H A Dpixman-accessor.h6 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
8 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
297 convert_pixel_to_a8r8g8b8 (bits_image_t *image, in convert_pixel_to_a8r8g8b8()
335 fetch_and_convert_pixel (bits_image_t * image, in fetch_and_convert_pixel()
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
778 fetch_scanline_yuy2 (bits_image_t *image, in fetch_scanline_yuy2()
812 fetch_scanline_yv12 (bits_image_t *image, in fetch_scanline_yv12()
852 fetch_pixel_rgbf_float (bits_image_t *image, in fetch_pixel_rgbf_float()
868 fetch_pixel_rgbaf_float (bits_image_t *image, in fetch_pixel_rgbaf_float()
985 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
1014 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
[all …]
H A Dpixman-bits-image.c43 fetch_pixel_no_alpha_32 (bits_image_t *image, in fetch_pixel_no_alpha_32()
57 fetch_pixel_no_alpha_float (bits_image_t *image, in fetch_pixel_no_alpha_float()
70 typedef void (* get_pixel_t) (bits_image_t *image,
74 bits_image_fetch_pixel_nearest (bits_image_t *image, in bits_image_fetch_pixel_nearest()
546 fetch_pixel_general_32 (bits_image_t *image, in fetch_pixel_general_32()
589 fetch_pixel_general_float (bits_image_t *image, in fetch_pixel_general_float()
714 replicate_pixel_32 (bits_image_t * bits, in replicate_pixel_32()
731 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
999 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1034 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
/dports/www/firefox/firefox-99.0/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
297 convert_pixel_to_a8r8g8b8 (bits_image_t *image, in convert_pixel_to_a8r8g8b8()
335 fetch_and_convert_pixel (bits_image_t * image, in fetch_and_convert_pixel()
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
778 fetch_scanline_yuy2 (bits_image_t *image, in fetch_scanline_yuy2()
812 fetch_scanline_yv12 (bits_image_t *image, in fetch_scanline_yv12()
852 fetch_pixel_rgbf_float (bits_image_t *image, in fetch_pixel_rgbf_float()
868 fetch_pixel_rgbaf_float (bits_image_t *image, in fetch_pixel_rgbaf_float()
985 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
1014 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
[all …]
H A Dpixman-bits-image.c43 fetch_pixel_no_alpha_32 (bits_image_t *image, in fetch_pixel_no_alpha_32()
57 fetch_pixel_no_alpha_float (bits_image_t *image, in fetch_pixel_no_alpha_float()
70 typedef void (* get_pixel_t) (bits_image_t *image,
74 bits_image_fetch_pixel_nearest (bits_image_t *image, in bits_image_fetch_pixel_nearest()
546 fetch_pixel_general_32 (bits_image_t *image, in fetch_pixel_general_32()
589 fetch_pixel_general_float (bits_image_t *image, in fetch_pixel_general_float()
714 replicate_pixel_32 (bits_image_t * bits, in replicate_pixel_32()
731 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
999 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1034 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
297 convert_pixel_to_a8r8g8b8 (bits_image_t *image, in convert_pixel_to_a8r8g8b8()
335 fetch_and_convert_pixel (bits_image_t * image, in fetch_and_convert_pixel()
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
778 fetch_scanline_yuy2 (bits_image_t *image, in fetch_scanline_yuy2()
812 fetch_scanline_yv12 (bits_image_t *image, in fetch_scanline_yv12()
852 fetch_pixel_rgbf_float (bits_image_t *image, in fetch_pixel_rgbf_float()
868 fetch_pixel_rgbaf_float (bits_image_t *image, in fetch_pixel_rgbaf_float()
985 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
1014 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
[all …]
H A Dpixman-bits-image.c43 fetch_pixel_no_alpha_32 (bits_image_t *image, in fetch_pixel_no_alpha_32()
57 fetch_pixel_no_alpha_float (bits_image_t *image, in fetch_pixel_no_alpha_float()
70 typedef void (* get_pixel_t) (bits_image_t *image,
74 bits_image_fetch_pixel_nearest (bits_image_t *image, in bits_image_fetch_pixel_nearest()
546 fetch_pixel_general_32 (bits_image_t *image, in fetch_pixel_general_32()
589 fetch_pixel_general_float (bits_image_t *image, in fetch_pixel_general_float()
714 replicate_pixel_32 (bits_image_t * bits, in replicate_pixel_32()
731 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
999 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1034 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
/dports/x11/pixman/pixman-0.40.0/pixman/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
297 convert_pixel_to_a8r8g8b8 (bits_image_t *image, in convert_pixel_to_a8r8g8b8()
335 fetch_and_convert_pixel (bits_image_t * image, in fetch_and_convert_pixel()
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
778 fetch_scanline_yuy2 (bits_image_t *image, in fetch_scanline_yuy2()
812 fetch_scanline_yv12 (bits_image_t *image, in fetch_scanline_yv12()
852 fetch_pixel_rgbf_float (bits_image_t *image, in fetch_pixel_rgbf_float()
868 fetch_pixel_rgbaf_float (bits_image_t *image, in fetch_pixel_rgbaf_float()
985 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
1014 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
[all …]
H A Dpixman-bits-image.c43 fetch_pixel_no_alpha_32 (bits_image_t *image, in fetch_pixel_no_alpha_32()
57 fetch_pixel_no_alpha_float (bits_image_t *image, in fetch_pixel_no_alpha_float()
70 typedef void (* get_pixel_t) (bits_image_t *image,
74 bits_image_fetch_pixel_nearest (bits_image_t *image, in bits_image_fetch_pixel_nearest()
546 fetch_pixel_general_32 (bits_image_t *image, in fetch_pixel_general_32()
589 fetch_pixel_general_float (bits_image_t *image, in fetch_pixel_general_float()
714 replicate_pixel_32 (bits_image_t * bits, in replicate_pixel_32()
731 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
999 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1034 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
457 fetch_pixel_ ## format (bits_image_t *image, \
809 fetch_pixel_x2r10g10b10_float (bits_image_t *image, in fetch_pixel_x2r10g10b10_float()
909 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
938 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
1094 store_scanline_16 (bits_image_t * image, in store_scanline_16()
1210 fetch_pixel_a8r8g8b8_32_sRGB (bits_image_t *image, in fetch_pixel_a8r8g8b8_32_sRGB()
1263 fetch_pixel_generic_float (bits_image_t *image, in fetch_pixel_generic_float()
1282 fetch_pixel_generic_lossy_32 (bits_image_t *image, in fetch_pixel_generic_lossy_32()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
H A Dpixman-bits-image.c56 fetch_pixel_no_alpha (bits_image_t *image, in fetch_pixel_no_alpha()
151 bits_image_t *bits = &ima->bits; in bits_image_fetch_bilinear_no_repeat_8888()
737 bits_image_t *bits = &image->bits; in bits_image_fetch_separable_convolution_affine()
886 bits_image_t *bits = &image->bits; in bits_image_fetch_bilinear_affine()
1040 bits_image_t *bits = &image->bits; in bits_image_fetch_nearest_affine()
1190 replicate_pixel_32 (bits_image_t * bits, in MAKE_FETCHERS()
1207 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
1577 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1613 bits_image_t * image = &iter->image->bits; in dest_write_back_16()
1627 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
457 fetch_pixel_ ## format (bits_image_t *image, \
809 fetch_pixel_x2r10g10b10_float (bits_image_t *image, in fetch_pixel_x2r10g10b10_float()
909 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
938 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
1094 store_scanline_16 (bits_image_t * image, in store_scanline_16()
1210 fetch_pixel_a8r8g8b8_32_sRGB (bits_image_t *image, in fetch_pixel_a8r8g8b8_32_sRGB()
1263 fetch_pixel_generic_float (bits_image_t *image, in fetch_pixel_generic_float()
1282 fetch_pixel_generic_lossy_32 (bits_image_t *image, in fetch_pixel_generic_lossy_32()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
H A Dpixman-bits-image.c56 fetch_pixel_no_alpha (bits_image_t *image, in fetch_pixel_no_alpha()
151 bits_image_t *bits = &ima->bits; in bits_image_fetch_bilinear_no_repeat_8888()
737 bits_image_t *bits = &image->bits; in bits_image_fetch_separable_convolution_affine()
886 bits_image_t *bits = &image->bits; in bits_image_fetch_bilinear_affine()
1040 bits_image_t *bits = &image->bits; in bits_image_fetch_nearest_affine()
1190 replicate_pixel_32 (bits_image_t * bits, in MAKE_FETCHERS()
1207 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
1577 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1613 bits_image_t * image = &iter->image->bits; in dest_write_back_16()
1627 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/cairo/libpixman/src/
H A Dpixman-access.c168 bits_image_t *__bits_image = (bits_image_t *)image; \
377 convert_and_store_pixel (bits_image_t * image, in convert_and_store_pixel()
457 fetch_pixel_ ## format (bits_image_t *image, \
809 fetch_pixel_x2r10g10b10_float (bits_image_t *image, in fetch_pixel_x2r10g10b10_float()
909 fetch_pixel_yuy2 (bits_image_t *image, in fetch_pixel_yuy2()
938 fetch_pixel_yv12 (bits_image_t *image, in fetch_pixel_yv12()
1094 store_scanline_16 (bits_image_t * image, in store_scanline_16()
1210 fetch_pixel_a8r8g8b8_32_sRGB (bits_image_t *image, in fetch_pixel_a8r8g8b8_32_sRGB()
1263 fetch_pixel_generic_float (bits_image_t *image, in fetch_pixel_generic_float()
1282 fetch_pixel_generic_lossy_32 (bits_image_t *image, in fetch_pixel_generic_lossy_32()
[all …]
H A Dpixman-accessor.h4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
H A Dpixman-bits-image.c56 fetch_pixel_no_alpha (bits_image_t *image, in fetch_pixel_no_alpha()
151 bits_image_t *bits = &ima->bits; in bits_image_fetch_bilinear_no_repeat_8888()
737 bits_image_t *bits = &image->bits; in bits_image_fetch_separable_convolution_affine()
886 bits_image_t *bits = &image->bits; in bits_image_fetch_bilinear_affine()
1040 bits_image_t *bits = &image->bits; in bits_image_fetch_nearest_affine()
1190 replicate_pixel_32 (bits_image_t * bits, in MAKE_FETCHERS()
1207 replicate_pixel_float (bits_image_t * bits, in replicate_pixel_float()
1577 bits_image_t * image = &iter->image->bits; in dest_get_scanline_wide()
1613 bits_image_t * image = &iter->image->bits; in dest_write_back_16()
1627 bits_image_t * image = &iter->image->bits; in dest_write_back_narrow()
[all …]

123