Lines Matching defs:text
141 png_text text[2];
142 text[0].key = (png_charp)"Author";
143 text[0].text = (png_charp)"DM unified Rec.2020";
144 text[0].compression = PNG_TEXT_COMPRESSION_NONE;
145 text[1].key = (png_charp)"Description";
146 text[1].text = (png_charp)description.c_str();
147 text[1].compression = PNG_TEXT_COMPRESSION_NONE;
148 png_set_text(png, info, text, SK_ARRAY_COUNT(text));