Searched refs:png_get_iCCP (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | typeof.h | 79 typedef unsigned int (__cdecl typeof(png_get_iCCP))(struct png_struct_def *, struct png_info_def *,… typedef
|
H A D | pngformat.c | 313 MAKE_FUNCPTR(png_get_iCCP); 380 LOAD_FUNCPTR(png_get_iCCP); in load_libpng()
|
/reactos/dll/3rdparty/libpng/ |
H A D | pngget.c | 736 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_iCCP() function
|
/reactos/sdk/include/reactos/libs/libpng/ |
H A D | png.h | 2090 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
/reactos/dll/3rdparty/libpng/docs/ |
H A D | CHANGES | 593 png_free_iCCP, png_free_pCAL, png_free_sPLT, png_free_text, png_get_iCCP, 673 Changed type of proflen from png_int_32 to png_uint_32 in png_get_iCCP(). 3157 from png_charpp to png_bytepp in png_get_iCCP(). This change happened 3701 Check compression_type parameter in png_get_iCCP and remove spurious 6056 Make png_get_iCCP consistent with man page (allow compression-type argument
|
H A D | libpng-manual.txt | 1431 png_get_iCCP(png_ptr, info_ptr, &name, 4871 In png_get_iCCP, the type of "profile" was changed from png_charpp 4888 png_get_iCCP() and png_set_iCCP() API functions mentioned above.
|