Searched refs:png_sBIT (Results 1 - 14 of 14) sorted by relevance
/external/libpng/contrib/libtests/ |
H A D | pngunknown.c | 128 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 262 { "sBIT", PNG_INFO_sBIT, png_sBIT,
|
/external/opencv3/3rdparty/libpng/ |
H A D | pngread.c | 289 else if (chunk_name == png_sBIT) 891 else if (chunk_name == png_sBIT)
|
H A D | pngpread.c | 346 else if (png_ptr->chunk_name == png_sBIT)
|
H A D | pngpriv.h | 656 #define png_sBIT PNG_CHUNK(115, 66, 73, 84) macro
|
H A D | pngwutil.c | 1315 png_write_complete_chunk(png_ptr, png_sBIT, buf, size);
|
/external/libpng/ |
H A D | pngpread.c | 280 else if (png_ptr->chunk_name == png_sBIT)
|
H A D | pngread.c | 206 else if (chunk_name == png_sBIT) 866 else if (chunk_name == png_sBIT)
|
H A D | pngpriv.h | 783 #define png_sBIT PNG_U32(115, 66, 73, 84) macro
|
H A D | pngwutil.c | 1310 png_write_complete_chunk(png_ptr, png_sBIT, buf, size);
|
/external/pdfium/third_party/lpng_v163/ |
H A D | pngpread.c | 325 else if (png_ptr->chunk_name == png_sBIT)
|
H A D | pngread.c | 205 else if (chunk_name == png_sBIT)
792 else if (chunk_name == png_sBIT)
|
H A D | pngpriv.h | 716 #define png_sBIT PNG_U32(115, 66, 73, 84)
macro
|
H A D | pngwutil.c | 1385 png_write_complete_chunk(png_ptr, png_sBIT, buf, size);
|
/external/libpng/contrib/tools/ |
H A D | pngfix.c | 129 #define png_sBIT PNG_U32(115, 66, 73, 84) macro 772 case png_tRNS: case png_sBIT:
|
Completed in 212 milliseconds