Home
last modified time | relevance | path

Searched refs:png_tRNS (Results 1 – 10 of 10) 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/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()
1043 else if (chunk_name == png_tRNS) in png_read_end()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwutil.c1435 png_write_complete_chunk(png_ptr, png_tRNS, trans_alpha, in png_write_tRNS()
1451 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)2); in png_write_tRNS()
1471 png_write_complete_chunk(png_ptr, png_tRNS, buf, (png_size_t)6); in png_write_tRNS()
Dfx_pngpread.c390 else if (chunk_name == png_tRNS) in png_push_read_chunk()
Dfx_pngread.c235 else if (chunk_name == png_tRNS) in png_read_info()
822 else if (chunk_name == png_tRNS) in png_read_end()
Dpngpriv.h729 #define png_tRNS PNG_U32(116, 82, 78, 83) macro
/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()