Searched refs:png_get_iCCP (Results 1 – 14 of 14) sorted by relevance
/external/libpng/contrib/examples/ |
D | iccfrompng.c | 71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
|
/external/libpng/scripts/ |
D | symbols.def | 165 png_get_iCCP @158
|
/external/pdfium/core/fxcodec/png/ |
D | pngmodule.cpp | 73 png_get_iCCP(png_ptr, info_ptr, &icc_name, &compress_type, &icc_profile, in _png_load_bmp_attribute()
|
/external/pdfium/third_party/libpng16/ |
D | pngprefix.h | 140 #define png_get_iCCP PDFIUM_png_get_iCCP macro
|
D | pngget.c | 736 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_iCCP() function
|
D | png.h | 2090 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 365 if (PNG_INFO_iCCP == png_get_iCCP(png_ptr, info_ptr, &name, &compression, &profile, in read_color_profile()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 364 if (PNG_INFO_iCCP == png_get_iCCP(png_ptr, info_ptr, &name, &compression, &profile, in read_color_profile()
|
/external/libpng/ |
D | pngget.c | 736 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_iCCP() function
|
D | pngtest.c | 1171 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
|
D | png.h | 2090 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
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
|
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.
|
/external/ImageMagick/coders/ |
D | png.c | 2731 (void) png_get_iCCP(ping,ping_info,&name,(int *) &compression,&info, in ReadOnePNGImage()
|