Searched refs:png_tRNS (Results 1 – 14 of 14) sorted by relevance
/external/libpng/contrib/libtests/ |
D | pngunknown.c | 124 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 293 { "tRNS", PNG_INFO_tRNS, png_tRNS,
|
/external/chromium_org/third_party/libpng/ |
D | pngread.c | 545 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()
|
D | pngwutil.c | 1094 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()
|
D | pngpread.c | 420 else if (!png_memcmp(png_ptr->chunk_name, png_tRNS, 4)) in png_push_read_chunk()
|
D | png.h | 3066 #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/ |
D | pngread.c | 549 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()
|
D | pngwutil.c | 1094 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()
|
D | pngpread.c | 420 else if (!png_memcmp(png_ptr->chunk_name, png_tRNS, 4)) in png_push_read_chunk()
|
D | png.h | 3138 #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/ |
D | pngwutil.c | 1436 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()
|
D | pngpread.c | 392 else if (chunk_name == png_tRNS) in png_push_read_chunk()
|
D | pngpriv.h | 776 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
|
D | pngread.c | 240 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/ |
D | pngfix.c | 130 #define png_tRNS PNG_U32(116, 82, 78, 83) macro 766 case png_tRNS: case png_sBIT: in skip_chunk_type()
|