Searched refs:png_get_iCCP (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/examples/ |
A D | iccfrompng.c | 71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | symbols.def | 165 png_get_iCCP @158
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | pngdec.c | 206 if (png_get_iCCP(png, info, in ExtractMetadataFromPNG()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngget.c | 736 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_iCCP() function
|
A D | pngtest.c | 1171 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
|
A D | png.h | 2090 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
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
|
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.
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | png.h | 2090 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
Completed in 39 milliseconds