Lines Matching refs:text_ptr
881 png_text text_ptr[3];
885 text_ptr[0].key = key0;
886 text_ptr[0].text = text0;
887 text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
888 text_ptr[0].itxt_length = 0;
889 text_ptr[0].lang = NULL;
890 text_ptr[0].lang_key = NULL;
894 text_ptr[1].key = key1;
895 text_ptr[1].text = text1;
896 text_ptr[1].compression = PNG_TEXT_COMPRESSION_NONE;
897 text_ptr[1].itxt_length = 0;
898 text_ptr[1].lang = NULL;
899 text_ptr[1].lang_key = NULL;
903 text_ptr[2].key = key2;
904 text_ptr[2].text = text2;
905 text_ptr[2].compression = PNG_TEXT_COMPRESSION_zTXt;
906 text_ptr[2].itxt_length = 0;
907 text_ptr[2].lang = NULL;
908 text_ptr[2].lang_key = NULL;
910 png_set_text(write_ptr, write_info_ptr, text_ptr, 3);