Searched refs:text_keys (Results 1 - 2 of 2) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h430 text_strings, while text_keys are keywords that give a short description what
440 char** text_keys; /*the keyword of a text chunk (e.g. "Comment")*/ member in struct:LodePNGInfo
H A Dlodepng.cpp2695 info->text_keys = NULL;
2704 string_cleanup(&info->text_keys[i]);
2707 lodepng_free(info->text_keys);
2714 dest->text_keys = 0;
2719 CERROR_TRY_RETURN(lodepng_add_text(dest, source->text_keys[i], source->text_strings[i]));
2731 char** new_keys = (char**)(lodepng_realloc(info->text_keys, sizeof(char*) * (info->text_num + 1)));
2741 info->text_keys = new_keys;
2744 string_init(&info->text_keys[info->text_num - 1]);
2745 string_set(&info->text_keys[info->text_num - 1], key);
5780 if(strlen(info.text_keys[
[all...]

Completed in 131 milliseconds