Searched refs:png_tRNS (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 136 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 312 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
/external/libpng/ |
D | pngwutil.c | 1367 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS() 1383 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)2); in png_write_tRNS() 1403 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
|
D | pngpread.c | 323 else if (chunk_name == png_tRNS) in png_push_read_chunk()
|
D | pngread.c | 244 else if (chunk_name == png_tRNS) in png_read_info() 917 else if (chunk_name == png_tRNS) in png_read_end()
|
D | pngpriv.h | 864 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
/external/pdfium/third_party/libpng16/ |
D | pngwutil.c | 1360 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS() 1376 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)2); in png_write_tRNS() 1396 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
|
D | pngpread.c | 322 else if (chunk_name == png_tRNS) in png_push_read_chunk()
|
D | pngread.c | 239 else if (chunk_name == png_tRNS) in png_read_info() 906 else if (chunk_name == png_tRNS) in png_read_end()
|
D | pngpriv.h | 790 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 135 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 771 case png_tRNS: case png_sBIT: in skip_chunk_type()
|