Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngunknown.c124 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
293 { "tRNS", PNG_INFO_tRNS, png_tRNS,
/external/chromium_org/third_party/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()
Dpng.h3066 #define PNG_tRNS png_byte png_tRNS[5] = {116, 82, 78, 83, '\0'}
3089 PNG_EXPORT_VAR (png_byte FARDATA) png_tRNS[5];
/external/qemu/distrib/libpng-1.2.46/
Dpngread.c549 else if (!png_memcmp(chunk_name, png_tRNS, 4)) in png_read_info()
1269 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()
Dpng.h3138 #define PNG_tRNS png_byte png_tRNS[5] = {116, 82, 78, 83, '\0'}
3161 PNG_EXPORT_VAR (png_byte FARDATA) png_tRNS[5];
/external/libpng/
Dpngwutil.c1436 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()
Dpngpread.c392 else if (chunk_name == png_tRNS) in png_push_read_chunk()
Dpngpriv.h776 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
Dpngread.c240 else if (chunk_name == png_tRNS) in png_read_info()
1042 else if (chunk_name == png_tRNS) in png_read_end()
/external/libpng/contrib/tools/
Dpngfix.c130 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
766 case png_tRNS: case png_sBIT: in skip_chunk_type()