Searched refs:png_get_iCCP (Results 1 – 13 of 13) sorted by relevance
/external/libpng/contrib/examples/ |
D | iccfrompng.c | 67 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
|
/external/libpng/scripts/ |
D | symbols.def | 166 png_get_iCCP @158
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 282 if (!png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) in readColorProfile()
|
/external/chromium_org/third_party/libpng/ |
D | pngusr.h | 229 #define png_get_iCCP wk_png_get_iCCP macro
|
D | pngget.c | 524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, in png_get_iCCP() function
|
D | png.h | 2471 extern PNG_EXPORT(png_uint_32,png_get_iCCP) PNGARG((png_structp png_ptr,
|
/external/qemu/distrib/libpng-1.2.46/ |
D | pngget.c | 524 png_get_iCCP(png_structp png_ptr, png_infop info_ptr, in png_get_iCCP() function
|
D | png.h | 2543 extern PNG_EXPORT(png_uint_32,png_get_iCCP) PNGARG((png_structp png_ptr,
|
/external/libpng/ |
D | pngget.c | 704 png_get_iCCP(png_const_structrp png_ptr, png_inforp info_ptr, in png_get_iCCP() function
|
D | pngtest.c | 1132 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
|
D | png.h | 2245 PNG_EXPORT(158, png_uint_32, png_get_iCCP, (png_const_structrp png_ptr,
|
D | CHANGES | 586 png_free_iCCP, png_free_pCAL, png_free_sPLT, png_free_text, png_get_iCCP, 666 Changed type of proflen from png_int_32 to png_uint_32 in png_get_iCCP(). 3149 from png_charpp to png_bytepp in png_get_iCCP(). This change happened 3693 Check compression_type parameter in png_get_iCCP and remove spurious
|
D | libpng-manual.txt | 1394 png_get_iCCP(png_ptr, info_ptr, &name, 4857 In png_get_iCCP, the type of "profile" was changed from png_charpp 4874 png_get_iCCP() and png_set_iCCP() API functions mentioned above.
|