Home | History | Annotate | Download | only in libpng

Lines Matching full:info

2 /* pngset.c - storage of image information into info struct
14 * into the info struct, and during writes to store application data
15 * into the info struct for writing into the file. This abstracts the
16 * info struct and allows us to change the structure in the future.
202 /* Changed from info->num_palette to PNG_MAX_PALETTE_LENGTH in
303 png_debug1(3, "allocating purpose for info (%lu bytes)",
313 png_debug(3, "storing X0, X1, type, and nparams in info");
320 png_debug1(3, "allocating units for info (%lu bytes)",
343 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i,
394 png_debug1(3, "allocating unit for info (%u bytes)",
406 png_debug1(3, "allocating unit for info (%u bytes)",
630 /* Compression is always zero but is here so the API and info structure
898 * in the info structure.