Home
last modified time | relevance | path

Searched defs:png_internal_struct (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/quat/quat-1.20/kernel/
H A Dpng.h12 struct png_internal_struct struct
14 unsigned long width;
15 unsigned long height;
16 byte bit_depth, color_type, comression, filter, interlace;
17 byte PLTE;
18 FILE *png;
19 byte position;
25 unsigned long length, crc;
26 char chunk_type[4];
51 int InitPNG(FILE *png, struct png_info_struct *info, struct png_internal_struct *internal); argument
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dpng.h12 struct png_internal_struct struct
14 unsigned long width;
15 unsigned long height;
16 byte bit_depth, color_type, comression, filter, interlace;
17 byte PLTE;
18 FILE *png;
19 byte position;
25 unsigned long length, crc;
26 char chunk_type[4];
51 int InitPNG(FILE *png, struct png_info_struct *info, struct png_internal_struct *internal); argument