Searched refs:png_tRNS (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngunknown.c | 136 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 312 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
/third_party/skia/third_party/externals/libpng/ |
D | pngwutil.c | 1365 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS() 1381 png_write_complete_chunk(png_ptr, png_tRNS, buf, 2); in png_write_tRNS() 1401 png_write_complete_chunk(png_ptr, png_tRNS, buf, 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 | 873 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
/third_party/skia/third_party/externals/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()
|