Home
last modified time | relevance | path

Searched refs:png_get_palette_max (Results 1 – 9 of 9) sorted by relevance

/external/libpng/scripts/
Dsymbols.def249 png_get_palette_max @243
/external/pdfium/third_party/libpng16/
Dpngprefix.h154 #define png_get_palette_max PDFIUM_png_get_palette_max macro
Dpngget.c1239 png_get_palette_max(png_const_structp png_ptr, png_const_infop info_ptr) in png_get_palette_max() function
Dpng.h2615 PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
/external/libpng/
Dpngget.c1239 png_get_palette_max(png_const_structp png_ptr, png_const_infop info_ptr) in png_get_palette_max() function
Dpng.h2615 PNG_EXPORT(243, int, png_get_palette_max, (png_const_structp png_ptr,
DCHANGES4369 Added png_get_palette_max() function.
4372 Fixed the png_get_palette_max API.
4378 Update manual about png_get_palette_max().
4389 Enclosed the new png_get_palette_max in #ifdef PNG_GET_PALETTE_MAX_SUPPORTED
4404 Removed cc -E workround, corrected png_get_palette_max API Tested on
Dlibpng-manual.txt4843 int max_palette = png_get_palette_max(png_ptr, info_ptr);
/external/libpng/contrib/tools/
Dpngcp.c1821 int max = png_get_palette_max(dp->read_pp, dp->ip); in read_png()