Home | History | Annotate | Download | only in codec

Lines Matching refs:comments

510   explicit CommentWriter(const std::vector<PNGCodec::Comment>& comments)
511 : comments_(comments),
512 png_text_(new png_text[comments.size()]) {
513 for (size_t i = 0; i < comments.size(); ++i)
514 AddComment(i, comments[i]);
573 const std::vector<PNGCodec::Comment>& comments) {
575 CommentWriter comment_writer(comments);
631 const std::vector<PNGCodec::Comment>& comments,
724 output_color_components, converter, comments);
762 const std::vector<Comment>& comments,
769 comments,