Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_charp

316  *        "png_charp time_buffer" in png_struct and
569 png_charp name; /* palette name */
593 png_charp key; /* keyword, 1-79 character description of "text" */
594 png_charp text; /* comment, may be an empty string (ie "")
599 png_charp lang; /* language code, 0-79 characters
601 png_charp lang_key; /* keyword translated UTF-8 string, 0 or more
857 png_charp pcal_purpose; /* pCAL chunk description string */
860 png_charp pcal_units; /* Latin-1 string giving physical units */
879 png_charp iccp_name; /* profile name */
880 png_charp iccp_profile; /* International Color Consortium profile data */
906 png_charp scal_s_width; /* string containing height */
907 png_charp scal_s_height; /* string containing width */
1275 png_charp current_text; /* current text chunk buffer */
1276 png_charp current_text_ptr; /* current location in current_text */
1310 png_charp time_buffer; /* String to hold RFC 1123 time text */
1524 extern PNG_EXPORT(png_charp,png_convert_to_rfc1123)
2269 png_infop info_ptr, png_charp *purpose, png_int_32 *X0, png_int_32 *X1,
2270 int *type, int *nparams, png_charp *units, png_charpp *params));
2275 png_infop info_ptr, png_charp
2276 int type, int nparams, png_charp units, png_charpp params));
2326 png_infop info_ptr, png_charp name, int compression_type,
2327 png_charp profile, png_uint_32 proflen));
2404 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
2502 extern PNG_EXPORT(png_charp,png_get_copyright) PNGARG((png_structp png_ptr));
2503 extern PNG_EXPORT(png_charp,png_get_header_ver) PNGARG((png_structp png_ptr));
2504 extern PNG_EXPORT(png_charp,png_get_header_version) PNGARG((png_structp png_ptr));
2505 extern PNG_EXPORT(png_charp,png_get_libpng_ver) PNGARG((png_structp png_ptr));
2985 PNG_EXTERN png_charp png_decompress_chunk PNGARG((png_structp png_ptr,
2986 int comp_type, png_charp chunkdata, png_size_t chunklength,
3066 png_charp name, int compression_type,
3067 png_charp profile, int proflen));
3094 png_charp key, png_charpp new_key));
3098 PNG_EXTERN void png_write_tEXt PNGARG((png_structp png_ptr, png_charp key,
3099 png_charp text, png_size_t text_len));
3103 PNG_EXTERN void png_write_zTXt PNGARG((png_structp png_ptr, png_charp key,
3104 png_charp text, png_size_t text_len, int compression));
3109 int compression, png_charp key, png_charp lang, png_charp lang_key,
3110 png_charp text));
3124 PNG_EXTERN void png_write_pCAL PNGARG((png_structp png_ptr, png_charp purpose,
3126 png_charp units, png_charpp params));
3147 int unit, png_charp width, png_charp height));