Home | History | Annotate | Download | only in libpng

Lines Matching refs:text_ptr

673    text_ptr[0].key = "Title";
674 text_ptr[0].text = "Mona Lisa";
675 text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
676 text_ptr[1].key = "Author";
677 text_ptr[1].text = "Leonardo DaVinci";
678 text_ptr[1].compression = PNG_TEXT_COMPRESSION_NONE;
679 text_ptr[2].key = "Description";
680 text_ptr[2].text = "<long text>";
681 text_ptr[2].compression = PNG_TEXT_COMPRESSION_zTXt;
683 text_ptr[0].lang = NULL;
684 text_ptr[1].lang = NULL;
685 text_ptr[2].lang = NULL;
687 png_set_text(png_ptr, info_ptr, text_ptr, 3);