Searched refs:comment_text (Results 1 – 2 of 2) sorted by relevance
2072 string FormatComment(const string& comment_text) { in FormatComment() argument2073 string stripped_comment = comment_text; in FormatComment()
2521 For example, to write a user comment string pointed to by comment_text:2522 jpeg_write_marker(cinfo, JPEG_COM, comment_text, strlen(comment_text));