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

Lines Matching refs:png_charp

162         png_charp text, png_size_t text_len, int compression,
245 * png_sizeof (png_charp));
251 png_sizeof (png_charp)));
255 comp->output_ptr[comp->num_output_ptr] = (png_charp)png_malloc(png_ptr,
296 old_max * png_sizeof (png_charp));
302 png_sizeof (png_charp)));
307 (png_charp)png_malloc(png_ptr, (png_uint_32)png_ptr->zbuf_size);
728 png_write_iCCP(png_structp png_ptr, png_charp name, int compression_type,
729 png_charp profile, int profile_len)
735 png_charp new_name;
808 png_charp new_name;
1206 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key)
1209 png_charp kp, dp;
1224 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1327 png_write_tEXt(png_structp png_ptr, png_charp key, png_charp text,
1334 png_charp new_key;
1368 png_write_zTXt(png_structp png_ptr, png_charp key, png_charp text,
1376 png_charp new_key;
1427 png_write_iTXt(png_structp png_ptr, int compression, png_charp key,
1428 png_charp lang, png_charp lang_key, png_charp text)
1434 png_charp new_lang, new_key;
1538 png_write_pCAL(png_structp png_ptr, png_charp purpose, png_int_32 X0,
1539 png_int_32 X1, int type, int nparams, png_charp units, png_charpp params)
1547 png_charp new_purpose;
1638 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width,
1639 png_charp height)