Searched refs:png_tRNS (Results 1 – 10 of 10) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 124 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 293 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
/external/libpng/ |
D | pngwutil.c | 1436 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS() 1452 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)2); in png_write_tRNS() 1472 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
|
D | pngpread.c | 392 else if (chunk_name == png_tRNS) in png_push_read_chunk()
|
D | pngpriv.h | 776 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
D | pngread.c | 240 else if (chunk_name == png_tRNS) in png_read_info() 1043 else if (chunk_name == png_tRNS) in png_read_end()
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | fx_pngwutil.c | 1435 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS() 1451 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)2); in png_write_tRNS() 1471 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
|
D | fx_pngpread.c | 390 else if (chunk_name == png_tRNS) in png_push_read_chunk()
|
D | fx_pngread.c | 235 else if (chunk_name == png_tRNS) in png_read_info() 822 else if (chunk_name == png_tRNS) in png_read_end()
|
D | pngpriv.h | 729 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 130 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 766 case png_tRNS: case png_sBIT: in skip_chunk_type()
|