Home
last modified time | relevance | path

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

/external/libpng/scripts/
Dsymbols.def28 png_write_info_before_PLTE @20
/external/pdfium/third_party/lpng_v163/
Dpngwrite.c83 png_write_info_before_PLTE(png_structrp png_ptr, png_const_inforp info_ptr) in png_write_info_before_PLTE() function
201 png_write_info_before_PLTE(png_ptr, info_ptr); in png_write_info()
Dpng.h422 #define png_write_info_before_PLTE FOXIT_png_write_info_before_PLTE macro
1372 PNG_EXPORT(20, void, png_write_info_before_PLTE,
/external/libpng/
Dpngwrite.c84 png_write_info_before_PLTE(png_structrp png_ptr, png_const_inforp info_ptr) in png_write_info_before_PLTE() function
203 png_write_info_before_PLTE(png_ptr, info_ptr); in png_write_info()
Dpngtest.c1391 png_write_info_before_PLTE(write_ptr, write_info_ptr); in test_one_file()
Dpng.h1050 PNG_EXPORT(20, void, png_write_info_before_PLTE,
Dlibpng-manual.txt3281 next following png_write_info_before_PLTE, png_write_info, or png_write_end
3393 png_write_info_before_PLTE(png_ptr, info_ptr);
DCHANGES562 Added png_write_info_before_PLTE() function.
/external/ImageMagick/coders/
Dpng.c10773 png_write_info_before_PLTE(ping, ping_info); in WriteOnePNGImage()