Home | History | Annotate | Download | only in imagediff

Lines Matching refs:comments

409   explicit CommentWriter(const std::vector<Comment>& comments)
410 : comments_(comments),
411 png_text_(new png_text[comments.size()]) {
412 for (size_t i = 0; i < comments.size(); ++i)
413 AddComment(i, comments[i]);
470 const std::vector<Comment>& comments) {
472 CommentWriter comment_writer(comments);
529 const std::vector<Comment>& comments,
594 output_color_components, converter, comments);
604 const std::vector<Comment>& comments,
609 comments, Z_DEFAULT_COMPRESSION,