Home
last modified time | relevance | path

Searched refs:png_tRNS (Results 1 – 10 of 10) sorted by relevance

/external/libpng/contrib/libtests/
Dpngunknown.c136 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
312 { "tRNS", PNG_INFO_tRNS, png_tRNS,
/external/libpng/
Dpngwutil.c1367 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()
Dpngpread.c323 else if (chunk_name == png_tRNS) in png_push_read_chunk()
Dpngread.c244 else if (chunk_name == png_tRNS) in png_read_info()
917 else if (chunk_name == png_tRNS) in png_read_end()
Dpngpriv.h864 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
/external/pdfium/third_party/libpng16/
Dpngwutil.c1360 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()
Dpngpread.c322 else if (chunk_name == png_tRNS) in png_push_read_chunk()
Dpngread.c239 else if (chunk_name == png_tRNS) in png_read_info()
906 else if (chunk_name == png_tRNS) in png_read_end()
Dpngpriv.h790 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
/external/libpng/contrib/tools/
Dpngfix.c135 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
771 case png_tRNS: case png_sBIT: in skip_chunk_type()