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.c1365 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()
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.h873 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
/external/pdfium/third_party/libpng16/
Dpngwutil.c1365 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()
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.h873 #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()