Home
last modified time | relevance | path

Searched refs:PNG_WROTE_INFO_BEFORE_PLTE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwrite.c90 if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE)) in png_write_info_before_PLTE()
185 png_ptr->mode |= PNG_WROTE_INFO_BEFORE_PLTE; in png_write_info_before_PLTE()
626 if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE)) in png_write_row()
Dpngpriv.h505 #define PNG_WROTE_INFO_BEFORE_PLTE 0x400 macro
/external/libpng/
Dpngwrite.c91 if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE)) in png_write_info_before_PLTE()
186 png_ptr->mode |= PNG_WROTE_INFO_BEFORE_PLTE; in png_write_info_before_PLTE()
692 if (!(png_ptr->mode & PNG_WROTE_INFO_BEFORE_PLTE)) in png_write_row()
Dpngpriv.h552 #define PNG_WROTE_INFO_BEFORE_PLTE 0x400 macro