Lines Matching refs:png_charp

272  *        "png_charp time_buffer" in png_struct and
525 png_charp name; /* palette name */
549 png_charp key; /* keyword, 1-79 character description of "text" */
550 png_charp text; /* comment, may be an empty string (ie "")
555 png_charp lang; /* language code, 0-79 characters
557 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more
813 png_charp pcal_purpose; /* pCAL chunk description string */
816 png_charp pcal_units; /* Latin-1 string giving physical units */
835 png_charp iccp_name; /* profile name */
836 png_charp iccp_profile; /* International Color Consortium profile data */
862 png_charp scal_s_width; /* string containing height */
863 png_charp scal_s_height; /* string containing width */
1229 png_charp current_text; /* current text chunk buffer */
1230 png_charp current_text_ptr; /* current location in current_text */
1264 png_charp time_buffer; /* String to hold RFC 1123 time text */
1466 extern PNG_EXPORT(png_charp,png_convert_to_rfc1123)
2198 png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1,
2199 int *type, int *nparams, png_charp *units, png_charpp *params));
2204 png_infop info_ptr, png_charp purpose, png_int_32 X0, png_int_32 X1,
2205 int type, int nparams, png_charp units, png_charpp params));
2255 png_infop info_ptr, png_charp name, int compression_type,
2256 png_charp profile, png_uint_32 proflen));
2333 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
2432 extern PNG_EXPORT(png_charp,png_get_copyright) PNGARG((png_structp png_ptr));
2433 extern PNG_EXPORT(png_charp,png_get_header_ver) PNGARG((png_structp png_ptr));
2434 extern PNG_EXPORT(png_charp,png_get_header_version) PNGARG((png_structp png_ptr));
2435 extern PNG_EXPORT(png_charp,png_get_libpng_ver) PNGARG((png_structp png_ptr));
2887 PNG_EXTERN png_charp png_decompress_chunk PNGARG((png_structp png_ptr,
2888 int comp_type, png_charp chunkdata, png_size_t chunklength,
2985 png_charp name, int compression_type,
2986 png_charp profile, int proflen));
3013 png_charp key, png_charpp new_key));
3017 PNG_EXTERN void png_write_tEXt PNGARG((png_structp png_ptr, png_charp key,
3018 png_charp text, png_size_t text_len));
3022 PNG_EXTERN void png_write_zTXt PNGARG((png_structp png_ptr, png_charp key,
3023 png_charp text, png_size_t text_len, int compression));
3028 int compression, png_charp key, png_charp lang, png_charp lang_key,
3029 png_charp text));
3043 PNG_EXTERN void png_write_pCAL PNGARG((png_structp png_ptr, png_charp purpose,
3045 png_charp units, png_charpp params));
3066 int unit, png_charp width, png_charp height));