Lines Matching refs:comments
408 explicit CommentWriter(const std::vector<Comment>& comments) in CommentWriter() argument
409 : comments_(comments), in CommentWriter()
410 png_text_(new png_text[comments.size()]) { in CommentWriter()
411 for (size_t i = 0; i < comments.size(); ++i) in CommentWriter()
412 AddComment(i, comments[i]); in CommentWriter()
470 const std::vector<Comment>& comments) { in DoLibpngWrite() argument
472 CommentWriter comment_writer(comments); in DoLibpngWrite()
529 const std::vector<Comment>& comments, in EncodeWithCompressionLevel() argument
595 output_color_components, converter, comments); in EncodeWithCompressionLevel()
605 const std::vector<Comment>& comments, in Encode() argument
610 comments, Z_DEFAULT_COMPRESSION, in Encode()