Home
last modified time | relevance | path

Searched refs:png_write_sBIT (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpriv.h1057 PNG_INTERNAL_FUNCTION(void,png_write_sBIT,(png_structrp png_ptr,
Dpngwrite.c171 png_write_sBIT(png_ptr, &(info_ptr->sig_bit), info_ptr->color_type); in png_write_info_before_PLTE()
Dpngwutil.c1258 png_write_sBIT(png_structrp png_ptr, png_const_color_8p sbit, int color_type) in png_write_sBIT() function
/external/libpng/
Dpngpriv.h1131 PNG_INTERNAL_FUNCTION(void,png_write_sBIT,(png_structrp png_ptr,
Dpngwrite.c171 png_write_sBIT(png_ptr, &(info_ptr->sig_bit), info_ptr->color_type); in png_write_info_before_PLTE()
Dpngwutil.c1265 png_write_sBIT(png_structrp png_ptr, png_const_color_8p sbit, int color_type) in png_write_sBIT() function
DCHANGES5201 Fix bug in calculation of maxbits, in png_write_sBIT, introduced