Searched refs:textp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngset.c714 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
763 textp->compression = PNG_ITXT_COMPRESSION_NONE;
767 textp->compression = PNG_TEXT_COMPRESSION_NONE;
773 textp->compression = text_ptr[i].compression;
776 textp->key = (png_charp)png_malloc_warn(png_ptr,
780 if (textp->key == NULL)
786 textp->key);
788 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len));
789 *(textp->key + key_len) = '\0';
793 textp
[all...]

Completed in 37 milliseconds