Searched defs:compression_type (Results 1 – 6 of 6) sorted by relevance
/plan9/sys/src/cmd/gs/libpng/ |
H A D | pngset.c | 247 int color_type, int interlace_type, int compression_type, in png_set_IHDR() 647 png_charp name, int compression_type, in png_set_iCCP()
|
H A D | pngget.c | 488 png_charpp name, int *compression_type, in png_get_iCCP() 536 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR()
|
H A D | pngtest.c | 803 int interlace_type, compression_type, filter_type; in test_one_file() local 870 int compression_type; in test_one_file() local
|
H A D | pngrutil.c | 340 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local 984 png_byte compression_type; in png_handle_iCCP() local
|
H A D | pngwutil.c | 372 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() 722 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type, in png_write_iCCP()
|
H A D | png.h | 665 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member 1346 png_byte compression_type; member
|