21#if defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED)
23#ifdef PNG_bKGD_SUPPORTED
28 png_debug1(1,
"in %s storage function",
"bKGD");
38#ifdef PNG_cHRM_SUPPORTED
47 png_debug1(1,
"in %s storage function",
"cHRM fixed");
61 if (png_colorspace_set_chromaticities(
png_ptr, &
info_ptr->colorspace, &xy,
63 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
78 png_debug1(1,
"in %s storage function",
"cHRM XYZ fixed");
91 XYZ.blue_Z = int_blue_Z;
95 info_ptr->colorspace.flags |= PNG_COLORSPACE_FROM_cHRM;
100# ifdef PNG_FLOATING_POINT_SUPPORTED
103 double white_x,
double white_y,
double red_x,
double red_y,
104 double green_x,
double green_y,
double blue_x,
double blue_y)
107 png_fixed(
png_ptr, white_x,
"cHRM White X"),
108 png_fixed(
png_ptr, white_y,
"cHRM White Y"),
109 png_fixed(
png_ptr, red_x,
"cHRM Red X"),
110 png_fixed(
png_ptr, red_y,
"cHRM Red Y"),
111 png_fixed(
png_ptr, green_x,
"cHRM Green X"),
112 png_fixed(
png_ptr, green_y,
"cHRM Green Y"),
113 png_fixed(
png_ptr, blue_x,
"cHRM Blue X"),
114 png_fixed(
png_ptr, blue_y,
"cHRM Blue Y"));
131 png_fixed(
png_ptr, blue_Z,
"cHRM Blue Z"));
137#ifdef PNG_eXIf_SUPPORTED
142 png_warning(
png_ptr,
"png_set_eXIf does not work; use png_set_eXIf_1");
153 png_debug1(1,
"in %s storage function",
"eXIf");
171 png_warning(
png_ptr,
"Insufficient memory for eXIf chunk data");
184#ifdef PNG_gAMA_SUPPORTED
189 png_debug1(1,
"in %s storage function",
"gAMA");
198# ifdef PNG_FLOATING_POINT_SUPPORTED
208#ifdef PNG_hIST_SUPPORTED
215 png_debug1(1,
"in %s storage function",
"hIST");
224 "Invalid palette size, hIST allocation skipped");
239 png_warning(
png_ptr,
"Insufficient memory for hIST chunk data");
256 int color_type,
int interlace_type,
int compression_type,
259 png_debug1(1,
"in %s storage function",
"IHDR");
266 info_ptr->bit_depth = (png_byte)bit_depth;
267 info_ptr->color_type = (png_byte)color_type;
268 info_ptr->compression_type = (png_byte)compression_type;
269 info_ptr->filter_type = (png_byte)filter_type;
270 info_ptr->interlace_type = (png_byte)interlace_type;
293#ifdef PNG_oFFs_SUPPORTED
296 png_int_32 offset_x, png_int_32 offset_y,
int unit_type)
298 png_debug1(1,
"in %s storage function",
"oFFs");
305 info_ptr->offset_unit_type = (png_byte)unit_type;
310#ifdef PNG_pCAL_SUPPORTED
319 png_debug1(1,
"in %s storage function",
"pCAL");
326 png_debug1(3,
"allocating purpose for info (%lu bytes)",
332 if (type < 0 || type > 3)
334 png_chunk_report(
png_ptr,
"Invalid pCAL equation type",
339 if (nparams < 0 || nparams > 255)
341 png_chunk_report(
png_ptr,
"Invalid pCAL parameter count",
347 for (
i=0;
i<nparams; ++
i)
352 png_chunk_report(
png_ptr,
"Invalid format for pCAL parameter",
363 png_chunk_report(
png_ptr,
"Insufficient memory for pCAL purpose",
370 png_debug(3,
"storing X0, X1, type, and nparams in info");
374 info_ptr->pcal_nparams = (png_byte)nparams;
377 png_debug1(3,
"allocating units for info (%lu bytes)",
385 png_warning(
png_ptr,
"Insufficient memory for pCAL units");
393 (
size_t)(((
unsigned int)nparams + 1) * (
sizeof (
png_charp)))));
397 png_warning(
png_ptr,
"Insufficient memory for pCAL params");
405 for (
i = 0;
i < nparams;
i++)
408 png_debug2(3,
"allocating parameter %d for info (%lu bytes)",
i,
415 png_warning(
png_ptr,
"Insufficient memory for pCAL parameter");
428#ifdef PNG_sCAL_SUPPORTED
433 size_t lengthw = 0, lengthh = 0;
435 png_debug1(1,
"in %s storage function",
"sCAL");
444 png_error(
png_ptr,
"Invalid sCAL unit");
446 if (swidth ==
NULL || (lengthw =
strlen(swidth)) == 0 ||
447 swidth[0] == 45 || !png_check_fp_string(swidth, lengthw))
448 png_error(
png_ptr,
"Invalid sCAL width");
450 if (sheight ==
NULL || (lengthh =
strlen(sheight)) == 0 ||
451 sheight[0] == 45 || !png_check_fp_string(sheight, lengthh))
452 png_error(
png_ptr,
"Invalid sCAL height");
458 png_debug1(3,
"allocating unit for info (%u bytes)", (
unsigned int)lengthw);
461 png_malloc_warn(
png_ptr, lengthw));
465 png_warning(
png_ptr,
"Memory allocation failed while processing sCAL");
474 png_debug1(3,
"allocating unit for info (%u bytes)", (
unsigned int)lengthh);
477 png_malloc_warn(
png_ptr, lengthh));
484 png_warning(
png_ptr,
"Memory allocation failed while processing sCAL");
495# ifdef PNG_FLOATING_POINT_SUPPORTED
500 png_debug1(1,
"in %s storage function",
"sCAL");
504 png_warning(
png_ptr,
"Invalid sCAL width ignored");
507 png_warning(
png_ptr,
"Invalid sCAL height ignored");
512 char swidth[PNG_sCAL_MAX_DIGITS+1];
513 char sheight[PNG_sCAL_MAX_DIGITS+1];
515 png_ascii_from_fp(
png_ptr, swidth, (
sizeof swidth),
width,
517 png_ascii_from_fp(
png_ptr, sheight, (
sizeof sheight),
height,
525# ifdef PNG_FIXED_POINT_SUPPORTED
530 png_debug1(1,
"in %s storage function",
"sCAL");
534 png_warning(
png_ptr,
"Invalid sCAL width ignored");
537 png_warning(
png_ptr,
"Invalid sCAL height ignored");
542 char swidth[PNG_sCAL_MAX_DIGITS+1];
543 char sheight[PNG_sCAL_MAX_DIGITS+1];
545 png_ascii_from_fixed(
png_ptr, swidth, (
sizeof swidth),
width);
546 png_ascii_from_fixed(
png_ptr, sheight, (
sizeof sheight),
height);
554#ifdef PNG_pHYs_SUPPORTED
559 png_debug1(1,
"in %s storage function",
"pHYs");
564 info_ptr->x_pixels_per_unit = res_x;
565 info_ptr->y_pixels_per_unit = res_y;
566 info_ptr->phys_unit_type = (png_byte)unit_type;
578 png_debug1(1,
"in %s storage function",
"PLTE");
586 if (num_palette < 0 || num_palette > (
int) max_palette_length)
589 png_error(
png_ptr,
"Invalid palette length");
593 png_warning(
png_ptr,
"Invalid palette length");
606 png_error(
png_ptr,
"Invalid palette");
629 info_ptr->num_palette =
png_ptr->num_palette = (png_uint_16)num_palette;
636#ifdef PNG_sBIT_SUPPORTED
641 png_debug1(1,
"in %s storage function",
"sBIT");
651#ifdef PNG_sRGB_SUPPORTED
655 png_debug1(1,
"in %s storage function",
"sRGB");
668 png_debug1(1,
"in %s storage function",
"sRGB_gAMA_and_cHRM");
678 PNG_COLORSPACE_FROM_gAMA|PNG_COLORSPACE_FROM_cHRM;
686#ifdef PNG_iCCP_SUPPORTED
696 png_debug1(1,
"in %s storage function",
"iCCP");
722 PNG_COLORSPACE_FROM_gAMA|PNG_COLORSPACE_FROM_cHRM;
728 if (new_iccp_name ==
NULL)
730 png_benign_error(
png_ptr,
"Insufficient memory to process iCCP chunk");
737 png_malloc_warn(
png_ptr, proflen));
739 if (new_iccp_profile ==
NULL)
741 png_free(
png_ptr, new_iccp_name);
743 "Insufficient memory to process iCCP profile");
753 info_ptr->iccp_name = new_iccp_name;
754 info_ptr->iccp_profile = new_iccp_profile;
760#ifdef PNG_TEXT_SUPPORTED
769 png_error(
png_ptr,
"Insufficient memory to store text");
779 (
unsigned long)
png_ptr->chunk_name);
791 int old_num_text =
info_ptr->num_text;
796 max_text = old_num_text;
797 if (num_text <=
INT_MAX - max_text)
799 max_text += num_text;
803 max_text = (max_text + 8) & ~0x7;
812 info_ptr->text, old_num_text, max_text-old_num_text,
816 if (new_text ==
NULL)
818 png_chunk_report(
png_ptr,
"too many text chunks",
831 png_debug1(3,
"allocated %d entries for info_ptr->text", max_text);
834 for (
i = 0;
i < num_text;
i++)
836 size_t text_length, key_len;
837 size_t lang_len, lang_key_len;
846 png_chunk_report(
png_ptr,
"text compression mode is out of range",
860# ifdef PNG_iTXt_SUPPORTED
870 if (text_ptr[
i].lang_key !=
NULL)
871 lang_key_len =
strlen(text_ptr[
i].lang_key);
878 png_chunk_report(
png_ptr,
"iTXt chunk not supported",
887# ifdef PNG_iTXt_SUPPORTED
903 key_len + text_length + lang_len + lang_key_len + 4));
907 png_chunk_report(
png_ptr,
"text chunk: out of memory",
913 png_debug2(2,
"Allocated %lu bytes at %p in png_set_text",
915 (key_len + lang_len + lang_key_len + text_length + 4),
919 *(textp->
key + key_len) =
'\0';
923 textp->
lang = textp->
key + key_len + 1;
925 *(textp->
lang + lang_len) =
'\0';
928 *(textp->
lang_key + lang_key_len) =
'\0';
936 textp->
text = textp->
key + key_len + 1;
939 if (text_length != 0)
940 memcpy(textp->
text, text_ptr[
i].text, text_length);
942 *(textp->
text + text_length) =
'\0';
944# ifdef PNG_iTXt_SUPPORTED
966#ifdef PNG_tIME_SUPPORTED
971 png_debug1(1,
"in %s storage function",
"tIME");
977 if (mod_time->
month == 0 || mod_time->
month > 12 ||
978 mod_time->
day == 0 || mod_time->
day > 31 ||
979 mod_time->
hour > 23 || mod_time->
minute > 59 ||
982 png_warning(
png_ptr,
"Ignoring invalid time value");
992#ifdef PNG_tRNS_SUPPORTED
997 png_debug1(1,
"in %s storage function",
"tRNS");
1003 if (trans_alpha !=
NULL)
1029 if (trans_color !=
NULL)
1031#ifdef PNG_WARNINGS_SUPPORTED
1034 int sample_max = (1 <<
info_ptr->bit_depth) - 1;
1037 trans_color->
gray > sample_max) ||
1039 (trans_color->
red > sample_max ||
1040 trans_color->
green > sample_max ||
1041 trans_color->
blue > sample_max)))
1043 "tRNS chunk has out-of-range samples for bit_depth");
1047 info_ptr->trans_color = *trans_color;
1053 info_ptr->num_trans = (png_uint_16)num_trans;
1063#ifdef PNG_sPLT_SUPPORTED
1164#ifdef PNG_STORE_UNKNOWN_CHUNKS_SUPPORTED
1178 "png_set_unknown_chunks now expects a valid location");
1188 png_error(
png_ptr,
"invalid location in png_set_unknown_chunks");
1218# if !defined(PNG_READ_UNKNOWN_CHUNKS_SUPPORTED) && \
1219 defined(PNG_READ_SUPPORTED)
1227# if !defined(PNG_WRITE_UNKNOWN_CHUNKS_SUPPORTED) && \
1228 defined(PNG_WRITE_SUPPORTED)
1248 png_chunk_report(
png_ptr,
"too many unknown chunks",
1258 np +=
info_ptr->unknown_chunks_num;
1263 for (; num_unknowns > 0; --num_unknowns, ++unknowns)
1266 np->
name[(
sizeof np->
name)-1] =
'\0';
1269 if (unknowns->
size == 0)
1282 png_chunk_report(
png_ptr,
"unknown chunk: out of memory",
1311 chunk < info_ptr->unknown_chunks_num)
1330#ifdef PNG_MNG_FEATURES_SUPPORTED
1334 png_debug(1,
"in png_permit_mng_features");
1341 return png_ptr->mng_features_permitted;
1345#ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED
1358 list[4] = (png_byte)keep;
1368 list[4] = (png_byte)keep;
1379 unsigned int num_chunks, old_num_chunks;
1391 if (num_chunks_in <= 0)
1393 png_ptr->unknown_default = keep;
1396 if (num_chunks_in == 0)
1400 if (num_chunks_in < 0)
1405 static const png_byte chunks_to_ignore[] = {
1406 98, 75, 71, 68,
'\0',
1407 99, 72, 82, 77,
'\0',
1408 101, 88, 73, 102,
'\0',
1409 103, 65, 77, 65,
'\0',
1410 104, 73, 83, 84,
'\0',
1411 105, 67, 67, 80,
'\0',
1412 105, 84, 88, 116,
'\0',
1413 111, 70, 70, 115,
'\0',
1414 112, 67, 65, 76,
'\0',
1415 112, 72, 89, 115,
'\0',
1416 115, 66, 73, 84,
'\0',
1417 115, 67, 65, 76,
'\0',
1418 115, 80, 76, 84,
'\0',
1419 115, 84, 69, 82,
'\0',
1420 115, 82, 71, 66,
'\0',
1421 116, 69, 88, 116,
'\0',
1422 116, 73, 77, 69,
'\0',
1423 122, 84, 88, 116,
'\0'
1426 chunk_list = chunks_to_ignore;
1427 num_chunks = (
unsigned int)(
sizeof chunks_to_ignore)/5U;
1432 if (chunk_list ==
NULL)
1442 num_chunks = (
unsigned int)num_chunks_in;
1445 old_num_chunks =
png_ptr->num_chunk_list;
1451 if (num_chunks + old_num_chunks >
UINT_MAX/5)
1465 5 * (num_chunks + old_num_chunks)));
1467 if (old_num_chunks > 0)
1471 else if (old_num_chunks > 0)
1472 new_list =
png_ptr->chunk_list;
1482 if (new_list !=
NULL)
1488 for (
i=0;
i<num_chunks; ++
i)
1490 old_num_chunks = add_one_chunk(new_list, old_num_chunks,
1491 chunk_list+5*
i, keep);
1496 for (
i=0, inlist=outlist=new_list;
i<old_num_chunks; ++
i, inlist += 5)
1500 if (outlist != inlist)
1501 memcpy(outlist, inlist, 5);
1508 if (num_chunks == 0)
1510 if (
png_ptr->chunk_list != new_list)
1520 png_ptr->num_chunk_list = num_chunks;
1522 if (
png_ptr->chunk_list != new_list)
1527 png_ptr->chunk_list = new_list;
1532#ifdef PNG_READ_USER_CHUNKS_SUPPORTED
1535 png_user_chunk_ptr read_user_chunk_fn)
1537 png_debug(1,
"in png_set_read_user_chunk_fn");
1542 png_ptr->read_user_chunk_fn = read_user_chunk_fn;
1543 png_ptr->user_chunk_ptr = user_chunk_ptr;
1547#ifdef PNG_INFO_IMAGE_SUPPORTED
1552 png_debug1(1,
"in %s storage function",
"rows");
1558 (
info_ptr->row_pointers != row_pointers))
1561 info_ptr->row_pointers = row_pointers;
1563 if (row_pointers !=
NULL)
1575 png_error(
png_ptr,
"invalid compression buffer size");
1577# ifdef PNG_SEQUENTIAL_READ_SUPPORTED
1585# ifdef PNG_WRITE_SUPPORTED
1591 "Compression buffer size cannot be changed because it is in use");
1603 "Compression buffer size limited to system maximum");
1614 "Compression buffer size cannot be reduced below 6");
1636#ifdef PNG_SET_USER_LIMITS_SUPPORTED
1649 png_ptr->user_width_max = user_width_max;
1650 png_ptr->user_height_max = user_height_max;
1658 png_ptr->user_chunk_cache_max = user_chunk_cache_max;
1667 png_ptr->user_chunk_malloc_max = user_chunk_malloc_max;
1672#ifdef PNG_BENIGN_ERRORS_SUPPORTED
1676 png_debug(1,
"in png_set_benign_errors");
1694#ifdef PNG_CHECK_FOR_INVALID_INDEX_SUPPORTED
1706 png_debug(1,
"in png_set_check_for_invalid_index");
1712 png_ptr->num_palette_max = -1;
1716#if defined(PNG_TEXT_SUPPORTED) || defined(PNG_pCAL_SUPPORTED) || \
1717 defined(PNG_iCCP_SUPPORTED) || defined(PNG_sPLT_SUPPORTED)
1731#ifdef PNG_WARNINGS_SUPPORTED
1735 int bad_character = 0;
1746 while (*
key && key_len < 79)
1748 png_byte ch = (png_byte)*
key++;
1750 if ((ch > 32 && ch <= 126) || (ch >= 161 ))
1755 else if (
space == 0)
1767 else if (bad_character == 0)
1771 if (key_len > 0 &&
space != 0)
1774 if (bad_character == 0)
1784#ifdef PNG_WARNINGS_SUPPORTED
1787 png_warning(
png_ptr,
"keyword truncated");
1789 else if (bad_character != 0)
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
ACPI_SIZE strlen(const char *String)
_In_ fcb _In_ chunk _In_ uint64_t _In_ uint64_t _In_ bool _In_opt_ void _In_opt_ PIRP _In_ LIST_ENTRY _In_ uint8_t compression
static HCRYPTKEY new_key(HCRYPTPROV hProv, ALG_ID aiAlgid, DWORD dwFlags, CRYPTKEY **ppCryptKey)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLuint GLuint GLsizei count
GLuint GLuint GLsizei GLenum type
GLint GLint GLsizei GLsizei height
GLint GLint GLsizei width
GLenum const GLfloat * params
GLuint GLsizei GLsizei * length
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
#define location(file, line)
#define memcpy(s1, s2, n)
#define PNG_COLOR_TYPE_RGB
#define PNG_COLOR_TYPE_GRAY
#define PNG_COLOR_TYPE_PALETTE
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point *int_blue_Z png_set_cHRM_XYZ
png_const_structrp png_const_inforp double * red_X
png_const_structrp png_const_inforp double double double double double double double double * blue_Y
png_const_structrp png_const_inforp int * unit
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point * int_blue_X
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point * int_green_Y
#define PNG_MAX_PALETTE_LENGTH
#define PNG_ITXT_COMPRESSION_NONE
png_const_structrp png_const_inforp double double double double double double * green_Z
png_const_structrp png_const_inforp double double double * red_Z
#define PNG_HANDLE_CHUNK_LAST
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point *int_blue_Z png_const_structrp png_inforp double double double double double double double double double blue_Z png_set_cHRM_XYZ_fixed
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point * int_red_X
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point * int_red_Y
png_const_structrp png_const_inforp double double double double double * green_Y
png_const_structrp png_const_inforp double double double double * green_X
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point * int_blue_Y
#define PNG_TEXT_COMPRESSION_NONE
#define PNG_TEXT_COMPRESSION_LAST
png_const_structrp png_const_inforp double double * red_Y
#define PNG_COLOR_MASK_COLOR
png_const_structrp png_const_inforp png_fixed_point *int_file_gamma png_set_gAMA_fixed
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point png_fixed_point * int_green_Z
png_const_structrp png_const_inforp double double double double double double double * blue_X
#define PNG_ALL_MNG_FEATURES
#define PNG_COLOR_MASK_ALPHA
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point png_fixed_point * int_green_X
png_const_structrp png_const_inforp double double double double double double double double double *blue_Z png_const_structrp png_const_inforp png_fixed_point png_fixed_point png_fixed_point * int_red_Z
#define PNG_FLAG_MNG_EMPTY_PLTE
const png_struct *PNG_RESTRICT png_const_structrp
png_info *PNG_RESTRICT png_inforp
#define PNG_COMPRESSION_TYPE_BASE
#define PNG_HANDLE_CHUNK_AS_DEFAULT
png_struct *PNG_RESTRICT png_structrp
png_const_structrp png_const_inforp info_ptr
png_int_32 png_fixed_point
const png_byte * png_const_bytep
const png_uint_16 * png_const_uint_16p
png_uint_16 * png_uint_16p
const char * png_const_charp
#define png_debug2(l, m, p1, p2)
#define png_debug1(l, m, p1)
#define PNG_sCAL_PRECISION
#define PNG_MNG_FEATURES_SUPPORTED
#define PNG_UNUSED(param)
#define PNG_CHUNK_WRITE_ERROR
#define PNG_ROWBYTES(pixel_bits, width)
#define PNG_FLAG_APP_ERRORS_WARN
#define png_app_error(pp, s)
#define png_app_warning(pp, s)
#define PNG_FLAG_BENIGN_ERRORS_WARN
#define PNG_WARNING_PARAMETERS(p)
#define png_warning_parameter_signed(p, number, format, value)
#define PNG_FLAG_APP_WARNINGS_WARN
#define PNG_IS_READ_STRUCT
#define png_warning_parameter(p, number, string)
#define png_voidcast(type, value)
#define png_formatted_warning(pp, p, message)
static const WCHAR lang[]
ActualNumberDriverObjects * sizeof(PDRIVER_OBJECT)) PDRIVER_OBJECT *DriverObjectList