Lines Matching refs:image_transform

6291 typedef struct image_transform  struct
6300 struct image_transform *const list; argument
6313 const struct image_transform *next; argument
6321 void (*ini)(const struct image_transform *this, argument
6326 void (*set)(const struct image_transform *this, argument
6335 void (*mod)(const struct image_transform *this, image_pixel *that, argument
6343 int (*add)(struct image_transform *this, argument
6344 const struct image_transform **that, png_byte colour_type,
6346 } image_transform; typedef
6354 const image_transform* transform_list;
6397 image_transform_ini_end(const image_transform *this, in image_transform_ini_end()
6405 image_transform_set_end(const image_transform *this, in image_transform_set_end()
6432 image_transform_mod_end(const image_transform *this, image_pixel *that, in image_transform_mod_end()
6508 static image_transform image_transform_end =
6527 const image_transform *transform_list) in transform_display_init()
6933 const image_transform* transform_listIn, const char * const name) in transform_test()
7018 static image_transform ITSTRUCT(name) =\
7034 extern void image_transform_default_ini(const image_transform *this,
7038 image_transform_default_ini(const image_transform *this, in image_transform_default_ini()
7046 image_transform_default_add(image_transform *this, in image_transform_default_add()
7047 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_default_add()
7062 image_transform_png_set_palette_to_rgb_set(const image_transform *this, in image_transform_png_set_palette_to_rgb_set()
7070 image_transform_png_set_palette_to_rgb_mod(const image_transform *this, in image_transform_png_set_palette_to_rgb_mod()
7081 image_transform_png_set_palette_to_rgb_add(image_transform *this, in image_transform_png_set_palette_to_rgb_add()
7082 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_palette_to_rgb_add()
7100 image_transform_png_set_tRNS_to_alpha_set(const image_transform *this, in image_transform_png_set_tRNS_to_alpha_set()
7115 image_transform_png_set_tRNS_to_alpha_mod(const image_transform *this, in image_transform_png_set_tRNS_to_alpha_mod()
7150 image_transform_png_set_tRNS_to_alpha_add(image_transform *this, in image_transform_png_set_tRNS_to_alpha_add()
7151 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_tRNS_to_alpha_add()
7178 image_transform_png_set_gray_to_rgb_set(const image_transform *this, in image_transform_png_set_gray_to_rgb_set()
7187 image_transform_png_set_gray_to_rgb_mod(const image_transform *this, in image_transform_png_set_gray_to_rgb_mod()
7219 image_transform_png_set_gray_to_rgb_add(image_transform *this, in image_transform_png_set_gray_to_rgb_add()
7220 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_gray_to_rgb_add()
7238 image_transform_png_set_expand_set(const image_transform *this, in image_transform_png_set_expand_set()
7250 image_transform_png_set_expand_mod(const image_transform *this, in image_transform_png_set_expand_mod()
7267 image_transform_png_set_expand_add(image_transform *this, in image_transform_png_set_expand_add()
7268 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_expand_add()
7292 const image_transform *this, transform_display *that, png_structp pp, in image_transform_png_set_expand_gray_1_2_4_to_8_set()
7302 const image_transform *this, image_pixel *that, png_const_structp pp, in image_transform_png_set_expand_gray_1_2_4_to_8_mod()
7318 image_transform_png_set_expand_gray_1_2_4_to_8_add(image_transform *this, in image_transform_png_set_expand_gray_1_2_4_to_8_add()
7319 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_expand_gray_1_2_4_to_8_add()
7345 image_transform_png_set_expand_16_set(const image_transform *this, in image_transform_png_set_expand_16_set()
7360 image_transform_png_set_expand_16_mod(const image_transform *this, in image_transform_png_set_expand_16_mod()
7380 image_transform_png_set_expand_16_add(image_transform *this, in image_transform_png_set_expand_16_add()
7381 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_expand_16_add()
7400 image_transform_png_set_scale_16_set(const image_transform *this, in image_transform_png_set_scale_16_set()
7412 image_transform_png_set_scale_16_mod(const image_transform *this, in image_transform_png_set_scale_16_mod()
7429 image_transform_png_set_scale_16_add(image_transform *this, in image_transform_png_set_scale_16_add()
7430 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_scale_16_add()
7448 image_transform_png_set_strip_16_set(const image_transform *this, in image_transform_png_set_strip_16_set()
7460 image_transform_png_set_strip_16_mod(const image_transform *this, in image_transform_png_set_strip_16_mod()
7500 image_transform_png_set_strip_16_add(image_transform *this, in image_transform_png_set_strip_16_add()
7501 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_strip_16_add()
7519 image_transform_png_set_strip_alpha_set(const image_transform *this, in image_transform_png_set_strip_alpha_set()
7527 image_transform_png_set_strip_alpha_mod(const image_transform *this, in image_transform_png_set_strip_alpha_mod()
7543 image_transform_png_set_strip_alpha_add(image_transform *this, in image_transform_png_set_strip_alpha_add()
7544 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_strip_alpha_add()
7603 image_transform_png_set_rgb_to_gray_ini(const image_transform *this, in image_transform_png_set_rgb_to_gray_ini()
7764 image_transform_png_set_rgb_to_gray_set(const image_transform *this, in image_transform_png_set_rgb_to_gray_set()
7891 image_transform_png_set_rgb_to_gray_mod(const image_transform *this, in image_transform_png_set_rgb_to_gray_mod()
8228 image_transform_png_set_rgb_to_gray_add(image_transform *this, in image_transform_png_set_rgb_to_gray_add()
8229 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_rgb_to_gray_add()
8260 image_transform_png_set_background_set(const image_transform *this, in image_transform_png_set_background_set()
8323 image_transform_png_set_background_mod(const image_transform *this, in image_transform_png_set_background_mod()
8408 image_transform_png_set_invert_alpha_set(const image_transform *this, in image_transform_png_set_invert_alpha_set()
8416 image_transform_png_set_invert_alpha_mod(const image_transform *this, in image_transform_png_set_invert_alpha_mod()
8427 image_transform_png_set_invert_alpha_add(image_transform *this, in image_transform_png_set_invert_alpha_add()
8428 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_invert_alpha_add()
8454 image_transform_png_set_bgr_set(const image_transform *this, in image_transform_png_set_bgr_set()
8462 image_transform_png_set_bgr_mod(const image_transform *this, in image_transform_png_set_bgr_mod()
8474 image_transform_png_set_bgr_add(image_transform *this, in image_transform_png_set_bgr_add()
8475 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_bgr_add()
8501 image_transform_png_set_swap_alpha_set(const image_transform *this, in image_transform_png_set_swap_alpha_set()
8509 image_transform_png_set_swap_alpha_mod(const image_transform *this, in image_transform_png_set_swap_alpha_mod()
8521 image_transform_png_set_swap_alpha_add(image_transform *this, in image_transform_png_set_swap_alpha_add()
8522 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_swap_alpha_add()
8546 image_transform_png_set_swap_set(const image_transform *this, in image_transform_png_set_swap_set()
8554 image_transform_png_set_swap_mod(const image_transform *this, in image_transform_png_set_swap_mod()
8565 image_transform_png_set_swap_add(image_transform *this, in image_transform_png_set_swap_add()
8566 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_swap_add()
8600 image_transform_png_set_filler_set(const image_transform *this, in image_transform_png_set_filler_set()
8621 image_transform_png_set_filler_mod(const image_transform *this, in image_transform_png_set_filler_mod()
8648 image_transform_png_set_filler_add(image_transform *this, in image_transform_png_set_filler_add()
8649 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_filler_add()
8673 image_transform_png_set_add_alpha_set(const image_transform *this, in image_transform_png_set_add_alpha_set()
8688 image_transform_png_set_add_alpha_mod(const image_transform *this, in image_transform_png_set_add_alpha_mod()
8709 image_transform_png_set_add_alpha_add(image_transform *this, in image_transform_png_set_add_alpha_add()
8710 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_add_alpha_add()
8736 image_transform_png_set_packing_set(const image_transform *this, in image_transform_png_set_packing_set()
8745 image_transform_png_set_packing_mod(const image_transform *this, in image_transform_png_set_packing_mod()
8760 image_transform_png_set_packing_add(image_transform *this, in image_transform_png_set_packing_add()
8761 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_packing_add()
8786 image_transform_png_set_packswap_set(const image_transform *this, in image_transform_png_set_packswap_set()
8795 image_transform_png_set_packswap_mod(const image_transform *this, in image_transform_png_set_packswap_mod()
8806 image_transform_png_set_packswap_add(image_transform *this, in image_transform_png_set_packswap_add()
8807 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_packswap_add()
8831 image_transform_png_set_invert_mono_set(const image_transform *this, in image_transform_png_set_invert_mono_set()
8839 image_transform_png_set_invert_mono_mod(const image_transform *this, in image_transform_png_set_invert_mono_mod()
8850 image_transform_png_set_invert_mono_add(image_transform *this, in image_transform_png_set_invert_mono_add()
8851 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_invert_mono_add()
8878 image_transform_png_set_shift_set(const image_transform *this, in image_transform_png_set_shift_set()
8900 image_transform_png_set_shift_mod(const image_transform *this, in image_transform_png_set_shift_mod()
8932 image_transform_png_set_shift_add(image_transform *this, in image_transform_png_set_shift_add()
8933 const image_transform **that, png_byte colour_type, png_byte bit_depth) in image_transform_png_set_shift_add()
8951 image_transform_png_set_@_set(const image_transform *this, in _set()
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod()
8967 image_transform_png_set_@_add(image_transform *this, in _add()
8968 const image_transform **that, png_byte colour_type, png_byte bit_depth) in _add()
8981 static image_transform *const image_transform_first = &PT;
8991 image_transform *list = image_transform_first; in transform_enable()
9019 image_transform *list = image_transform_first; in transform_disable()
9040 image_transform *next = image_transform_first; in image_transform_reset_count()
9063 image_transform *next = image_transform_first; in image_transform_test_counter()
9080 image_transform_add(const image_transform **this, unsigned int max, in image_transform_add()
9087 image_transform *list; in image_transform_add()
9176 const image_transform *list = 0; in perform_transform_test()