Searched refs:png_get_iCCP (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | iccfrompng.c | 71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
|
/third_party/skia/third_party/externals/libpng/scripts/ |
D | symbols.def | 165 png_get_iCCP @158
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 206 if (png_get_iCCP(png, info, in ExtractMetadataFromPNG()
|
/third_party/gstreamer/gstplugins_good/ext/libpng/ |
D | gstpngdec.c | 355 png_uint_32 ret = png_get_iCCP (pngdec->png, pngdec->info, &icc_name, in gst_pngdec_caps_create_and_set()
|
/third_party/skia/src/codec/ |
D | SkPngCodec.cpp | 363 if (PNG_INFO_iCCP == png_get_iCCP(png_ptr, info_ptr, &name, &compression, &profile, in read_color_profile()
|
/third_party/skia/third_party/externals/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.
|