Searched refs:png_sBIT (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 117 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 251 { "sBIT", PNG_INFO_sBIT, png_sBIT,
|
/external/libpng/ |
D | pngpread.c | 327 else if (png_ptr->chunk_name == png_sBIT) in png_push_read_chunk()
|
D | pngpriv.h | 769 #define png_sBIT PNG_U32(115, 66, 73, 84) macro
|
D | pngread.c | 210 else if (chunk_name == png_sBIT) in png_read_info() 1013 else if (chunk_name == png_sBIT) in png_read_end()
|
D | pngwutil.c | 1386 png_write_complete_chunk(png_ptr, png_sBIT, buf, size); in png_write_sBIT()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngpread.c | 325 else if (png_ptr->chunk_name == png_sBIT) in png_push_read_chunk()
|
D | fx_pngread.c | 205 else if (chunk_name == png_sBIT) in png_read_info() 792 else if (chunk_name == png_sBIT) in png_read_end()
|
D | pngpriv.h | 722 #define png_sBIT PNG_U32(115, 66, 73, 84) macro
|
D | fx_pngwutil.c | 1385 png_write_complete_chunk(png_ptr, png_sBIT, buf, size); in png_write_sBIT()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 123 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 766 case png_tRNS: case png_sBIT: in skip_chunk_type()
|