Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c135 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
304 { "tRNS", PNG_INFO_tRNS, png_tRNS,
/external/syslinux/com32/lib/libpng/
Dpngread.c545 else if (!png_memcmp(chunk_name, png_tRNS, 4)) in png_read_info()
1107 else if (!png_memcmp(chunk_name, png_tRNS, 4)) in png_read_end()
Dpngwutil.c1094 png_write_chunk(png_ptr, (png_bytep)png_tRNS, trans, in png_write_tRNS()
1107 png_write_chunk(png_ptr, (png_bytep)png_tRNS, buf, (png_size_t)2); in png_write_tRNS()
1121 png_write_chunk(png_ptr, (png_bytep)png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
Dpngpread.c420 else if (!png_memcmp(png_ptr->chunk_name, png_tRNS, 4)) in png_push_read_chunk()
/external/skia/third_party/libpng/
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.c320 else if (chunk_name == png_tRNS) in png_push_read_chunk()
Dpngread.c236 else if (chunk_name == png_tRNS) in png_read_info()
896 else if (chunk_name == png_tRNS) in png_read_end()
Dpngpriv.h790 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
/external/libpng/
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.h819 #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.c136 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
772 case png_tRNS: case png_sBIT: in skip_chunk_type()
/external/syslinux/com32/include/
Dpng.h3061 #define PNG_tRNS png_byte png_tRNS[5] = {116, 82, 78, 83, '\0'}
3084 PNG_EXPORT_VAR (png_byte FARDATA) png_tRNS[5];