Lines Matching refs:text_strings
2696 info->text_strings = NULL;
2705 string_cleanup(&info->text_strings[i]);
2708 lodepng_free(info->text_strings);
2715 dest->text_strings = 0;
2719 CERROR_TRY_RETURN(lodepng_add_text(dest, source->text_keys[i], source->text_strings[i]));
2732 char** new_strings = (char**)(lodepng_realloc(info->text_strings, sizeof(char*) * (info->text_num + 1)));
2742 info->text_strings = new_strings;
2747 string_init(&info->text_strings[info->text_num - 1]);
2748 string_set(&info->text_strings[info->text_num - 1], str);
5792 addChunk_zTXt(&outv, info.text_keys[i], info.text_strings[i], &state->encoder.zlibsettings);
5796 addChunk_tEXt(&outv, info.text_keys[i], info.text_strings[i]);