Home | History | Annotate | Download | only in libpng

Lines Matching refs:new_text

732       png_textp new_text = NULL;
750 new_text = png_voidcast(png_textp,png_realloc_array(png_ptr,
752 sizeof *new_text));
755 if (new_text == NULL)
765 info_ptr->text = new_text;