Home | History | Annotate | Download | only in libpng

Lines Matching defs:text_info

2423    png_text  text_info;
2486 text_info.compression = PNG_TEXT_COMPRESSION_NONE;
2487 text_info.key = key;
2488 text_info.lang = NULL;
2489 text_info.lang_key = NULL;
2490 text_info.itxt_length = 0;
2491 text_info.text = text;
2492 text_info.text_length = strlen(text);
2494 if (png_set_text_2(png_ptr, info_ptr, &text_info, 1) != 0)