Home
last modified time | relevance | path

Searched refs:PNG_CONST (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/libpng/
Dpngread.c385 PNG_CONST PNG_IHDR; in png_read_info()
386 PNG_CONST PNG_IDAT; in png_read_info()
387 PNG_CONST PNG_IEND; in png_read_info()
388 PNG_CONST PNG_PLTE; in png_read_info()
390 PNG_CONST PNG_bKGD; in png_read_info()
393 PNG_CONST PNG_cHRM; in png_read_info()
396 PNG_CONST PNG_gAMA; in png_read_info()
399 PNG_CONST PNG_hIST; in png_read_info()
402 PNG_CONST PNG_iCCP; in png_read_info()
405 PNG_CONST PNG_iTXt; in png_read_info()
[all …]
Dpngpread.c154 PNG_CONST PNG_IHDR; in png_push_read_chunk()
155 PNG_CONST PNG_IDAT; in png_push_read_chunk()
156 PNG_CONST PNG_IEND; in png_push_read_chunk()
157 PNG_CONST PNG_PLTE; in png_push_read_chunk()
159 PNG_CONST PNG_bKGD; in png_push_read_chunk()
162 PNG_CONST PNG_cHRM; in png_push_read_chunk()
165 PNG_CONST PNG_gAMA; in png_push_read_chunk()
168 PNG_CONST PNG_hIST; in png_push_read_chunk()
171 PNG_CONST PNG_iCCP; in png_push_read_chunk()
174 PNG_CONST PNG_iTXt; in png_push_read_chunk()
[all …]
Dpng.c28 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
34 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
64 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
67 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
70 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
73 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
81 PNG_CONST int FARDATA png_pass_mask[] =
85 PNG_CONST int FARDATA png_pass_dsp_mask[]
672 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123()
Dpngtrans.c286 static PNG_CONST png_byte onebppswaptable[256] = {
321 static PNG_CONST png_byte twobppswaptable[256] = {
356 static PNG_CONST png_byte fourbppswaptable[256] = {
Dpngconf.h491 # define PNG_CONST const macro
493 # define PNG_CONST macro
1321 typedef PNG_CONST char FAR * png_const_charp;
1343 typedef PNG_CONST char FAR * FAR * png_const_charpp;
Dpngrutil.c29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, in png_strtod()
274 PNG_CONST char *msg; in png_inflate()
2398 PNG_CONST PNG_IDAT; in png_handle_unknown()
2728 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3071 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
3074 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
3077 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
3080 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_read_finish_row()
3125 PNG_CONST PNG_IDAT; in png_read_finish_row()
3199 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_start_row()
[all …]
Dpngerror.c154 static PNG_CONST char png_digit[16] = {
/external/qemu/distrib/libpng-1.2.46/
Dpngread.c389 PNG_CONST PNG_IHDR; in png_read_info()
390 PNG_CONST PNG_IDAT; in png_read_info()
391 PNG_CONST PNG_IEND; in png_read_info()
392 PNG_CONST PNG_PLTE; in png_read_info()
394 PNG_CONST PNG_bKGD; in png_read_info()
397 PNG_CONST PNG_cHRM; in png_read_info()
400 PNG_CONST PNG_gAMA; in png_read_info()
403 PNG_CONST PNG_hIST; in png_read_info()
406 PNG_CONST PNG_iCCP; in png_read_info()
409 PNG_CONST PNG_iTXt; in png_read_info()
[all …]
Dpngpread.c154 PNG_CONST PNG_IHDR; in png_push_read_chunk()
155 PNG_CONST PNG_IDAT; in png_push_read_chunk()
156 PNG_CONST PNG_IEND; in png_push_read_chunk()
157 PNG_CONST PNG_PLTE; in png_push_read_chunk()
159 PNG_CONST PNG_bKGD; in png_push_read_chunk()
162 PNG_CONST PNG_cHRM; in png_push_read_chunk()
165 PNG_CONST PNG_gAMA; in png_push_read_chunk()
168 PNG_CONST PNG_hIST; in png_push_read_chunk()
171 PNG_CONST PNG_iCCP; in png_push_read_chunk()
174 PNG_CONST PNG_iTXt; in png_push_read_chunk()
[all …]
Dpng.c29 PNG_CONST char png_libpng_ver[18] = PNG_LIBPNG_VER_STRING;
35 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
65 PNG_CONST int FARDATA png_pass_start[] = {0, 4, 0, 2, 0, 1, 0};
68 PNG_CONST int FARDATA png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1};
71 PNG_CONST int FARDATA png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1};
74 PNG_CONST int FARDATA png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2};
82 PNG_CONST int FARDATA png_pass_mask[] =
86 PNG_CONST int FARDATA png_pass_dsp_mask[]
673 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123()
Dpngrutil.c29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, in png_strtod()
291 PNG_CONST char *msg; in png_inflate()
2414 PNG_CONST PNG_IDAT; in png_handle_unknown()
2744 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
3086 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_set_interlaced_pass()
3089 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_set_interlaced_pass()
3092 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_set_interlaced_pass()
3095 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_set_interlaced_pass()
3113 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
3116 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
[all …]
Dpngtrans.c286 static PNG_CONST png_byte onebppswaptable[256] = {
321 static PNG_CONST png_byte twobppswaptable[256] = {
356 static PNG_CONST png_byte fourbppswaptable[256] = {
Dpngconf.h495 # define PNG_CONST const macro
497 # define PNG_CONST macro
1325 typedef PNG_CONST char FAR * png_const_charp;
1347 typedef PNG_CONST char FAR * FAR * png_const_charpp;
Dpngerror.c154 static PNG_CONST char png_digit[16] = {
/external/libpng/contrib/libtests/
Dpngvalid.c158 PNG_CONST char *cat) in safecat()
187 static PNG_CONST char invalid[] = "invalid";
188 static PNG_CONST char sep[] = ": ";
190 static PNG_CONST char *colour_types[8] =
839 size_t pos, PNG_CONST char *msg) in store_message()
957 store_image_row(PNG_CONST png_store* ps, png_const_structp pp, int nImage, in store_image_row()
1061 store_image_check(PNG_CONST png_store* ps, png_const_structp pp, int iImage) in store_image_check()
1308 store_pool_error(png_store *ps, png_const_structp pp, PNG_CONST char *msg) in store_pool_error()
1372 (unsigned long)next->size, (PNG_CONST void*)(next+1)); in store_pool_delete()
1528 PNG_CONST char * volatile name) in set_store_for_write()
[all …]
/external/libpng/contrib/examples/
Dpngpixel.c43 row = (png_const_bytep)(((PNG_CONST png_byte (*)[8])row) + bit_offset_hi); in component()
74 PNG_CONST unsigned int bit_depth = png_get_bit_depth(png_ptr, info_ptr); in print_pixel()
88 PNG_CONST unsigned int index = component(row, x, 0, bit_depth, 1); in print_pixel()
/external/libpng/
Dpngtest.c431 PNG_CONST char *file_name;
437 PNG_CONST char *name = "UNKNOWN (ERROR!)"; in pngtest_warning()
829 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) in test_one_file()
1688 static PNG_CONST char *inname = "pngtest/png";
1689 static PNG_CONST char *outname = "pngout/png";
1691 static PNG_CONST char *inname = "pngtest.png";
1692 static PNG_CONST char *outname = "pngout.png";
Dpngtrans.c340 static PNG_CONST png_byte onebppswaptable[256] = {
375 static PNG_CONST png_byte twobppswaptable[256] = {
410 static PNG_CONST png_byte fourbppswaptable[256] = {
Dpngrutil.c3190 static PNG_CONST png_uint_32 row_mask[2/*PACKSWAP*/][3/*depth*/][6] = in png_combine_row()
3201 static PNG_CONST png_uint_32 display_mask[2][3][3] = in png_combine_row()
3514 static PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_read_interlace()
4156 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_set_interlaced_pass()
4158 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_set_interlaced_pass()
4160 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_set_interlaced_pass()
4162 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_set_interlaced_pass()
4178 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_read_finish_row()
4181 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_read_finish_row()
4184 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_read_finish_row()
[all …]
Dpng.c697 static PNG_CONST char short_months[12][4] = in png_convert_to_rfc1123_buffer()
3786 PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
3789 PNG_CONST unsigned int num = 1U << (8U - shift);
3790 PNG_CONST unsigned int max = (1U << (16U - shift))-1U;
3791 PNG_CONST unsigned int max_by_2 = 1U << (15U-shift);
3854 PNG_CONST unsigned int shift, PNG_CONST png_fixed_point gamma_val)
3856 PNG_CONST unsigned int num = 1U << (8U - shift);
3857 PNG_CONST unsigned int max = (1U << (16U - shift))-1U;
3922 PNG_CONST png_fixed_point gamma_val)
Dpngwutil.c1945 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_write_start_row()
1948 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_start_row()
1951 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_start_row()
1954 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_write_start_row()
2051 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_write_finish_row()
2054 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_write_finish_row()
2057 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1}; in png_write_finish_row()
2060 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2}; in png_write_finish_row()
2141 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0}; in png_do_write_interlace()
2144 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1}; in png_do_write_interlace()
Dpngpread.c1171 static PNG_CONST png_byte png_pass_start[] = {0, 4, 0, 2, 0, 1, 0}; in png_read_push_finish_row()
1174 static PNG_CONST png_byte png_pass_inc[] = {8, 8, 4, 4, 2, 2, 1}; in png_read_push_finish_row()
1177 static PNG_CONST png_byte png_pass_ystart[] = {0, 0, 4, 0, 2, 0, 1}; in png_read_push_finish_row()
1180 static PNG_CONST png_byte png_pass_yinc[] = {8, 8, 8, 4, 4, 2, 2}; in png_read_push_finish_row()
Dpngconf.h86 #define PNG_CONST const /* backward compatibility only */ macro
Dpngrtran.c2992 PNG_CONST png_uint_32 rc = png_ptr->rgb_to_gray_red_coeff; in png_do_rgb_to_gray()
2993 PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; in png_do_rgb_to_gray()
2994 PNG_CONST png_uint_32 bc = 32768 - rc - gc; in png_do_rgb_to_gray()
2995 PNG_CONST png_uint_32 row_width = row_info->width; in png_do_rgb_to_gray()
2996 PNG_CONST int have_alpha = in png_do_rgb_to_gray()
4134 PNG_CONST png_bytep table = png_ptr->gamma_from_1; in png_do_encode_alpha()
4138 PNG_CONST int step = in png_do_encode_alpha()
4153 PNG_CONST png_uint_16pp table = png_ptr->gamma_16_from_1; in png_do_encode_alpha()
4154 PNG_CONST int gamma_shift = png_ptr->gamma_shift; in png_do_encode_alpha()
4158 PNG_CONST int step = in png_do_encode_alpha()
/external/libpng/contrib/gregbook/
Dreadpng2.c143 static PNG_CONST png_byte chunks_to_process[] = { in readpng2_init()

12