Searched refs:png_sBIT (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 129 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 270 { "sBIT", PNG_INFO_sBIT, png_sBIT,
|
/external/pdfium/third_party/libpng16/ |
D | pngpread.c | 282 else if (png_ptr->chunk_name == png_sBIT) in png_push_read_chunk()
|
D | pngread.c | 209 else if (chunk_name == png_sBIT) in png_read_info() 876 else if (chunk_name == png_sBIT) in png_read_end()
|
D | pngpriv.h | 783 #define png_sBIT PNG_U32(115, 66, 73, 84) macro
|
D | pngwutil.c | 1310 png_write_complete_chunk(png_ptr, png_sBIT, buf, size); in png_write_sBIT()
|
/external/libpng/ |
D | pngpread.c | 283 else if (png_ptr->chunk_name == png_sBIT) in png_push_read_chunk()
|
D | pngread.c | 214 else if (chunk_name == png_sBIT) in png_read_info() 887 else if (chunk_name == png_sBIT) in png_read_end()
|
D | pngpriv.h | 857 #define png_sBIT PNG_U32(115, 66, 73, 84) macro
|
D | pngwutil.c | 1317 png_write_complete_chunk(png_ptr, png_sBIT, buf, size); in png_write_sBIT()
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 128 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 771 case png_tRNS: case png_sBIT: in skip_chunk_type()
|