Searched refs:png_get_palette_max (Results 1 – 8 of 8) sorted by relevance
/external/libpng/scripts/ |
D | symbols.def | 250 png_get_palette_max @243
|
/external/pdfium/third_party/libpng16/ |
D | pngget.c | 1209 png_get_palette_max(png_const_structp png_ptr, png_const_infop info_ptr) in png_get_palette_max() function
|
D | png.h | 2634 PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
|
/external/libpng/ |
D | pngget.c | 1238 png_get_palette_max(png_const_structp png_ptr, png_const_infop info_ptr) in png_get_palette_max() function
|
D | png.h | 2646 PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
|
D | CHANGES | 4370 Added png_get_palette_max() function. 4373 Fixed the png_get_palette_max API. 4379 Update manual about png_get_palette_max(). 4390 Enclosed the new png_get_palette_max in #ifdef PNG_GET_PALETTE_MAX_SUPPORTED 4405 Removed cc -E workround, corrected png_get_palette_max API Tested on
|
D | libpng-manual.txt | 4842 int max_palette = png_get_palette_max(png_ptr, info_ptr);
|
/external/libpng/contrib/tools/ |
D | pngcp.c | 1821 int max = png_get_palette_max(dp->read_pp, dp->ip); in read_png()
|