Searched refs:PNG_CONST (Results 1 – 4 of 4) sorted by relevance
426 #ifndef PNG_CONST428 # define PNG_CONST const macro430 # define PNG_CONST527 typedef PNG_CONST void FAR * png_const_voidp;529 typedef PNG_CONST png_byte FAR * png_const_bytep;531 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;533 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;535 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;537 typedef PNG_CONST png_int_16 FAR * png_const_int_16p;539 typedef PNG_CONST char FAR * png_const_charp;[all …]
568 typedef PNG_CONST png_color FAR * png_const_colorp;580 typedef PNG_CONST png_color_16 FAR * png_const_color_16p;592 typedef PNG_CONST png_color_8 FAR * png_const_color_8p;608 typedef PNG_CONST png_sPLT_entry FAR * png_const_sPLT_entryp;624 typedef PNG_CONST png_sPLT_t FAR * png_const_sPLT_tp;663 typedef PNG_CONST png_text FAR * png_const_textp;693 typedef PNG_CONST png_time FAR * png_const_timep;716 typedef PNG_CONST png_unknown_chunk FAR * png_const_unknown_chunkp;732 typedef PNG_CONST png_info FAR * png_const_infop;858 typedef PNG_CONST png_struct FAR * png_const_structp;[all …]
3237 PNG_CONST png_uint_32 rc = png_ptr->rgb_to_gray_red_coeff; in png_do_rgb_to_gray()3238 PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; in png_do_rgb_to_gray()3239 PNG_CONST png_uint_32 bc = 32768 - rc - gc; in png_do_rgb_to_gray()3240 PNG_CONST png_uint_32 row_width = row_info->width; in png_do_rgb_to_gray()3241 PNG_CONST int have_alpha = in png_do_rgb_to_gray()4431 PNG_CONST png_bytep table = png_ptr->gamma_from_1; in png_do_encode_alpha()4435 PNG_CONST int step = in png_do_encode_alpha()4450 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha()4451 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha()4455 PNG_CONST int step = in png_do_encode_alpha()
179 typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp;