Home | History | Annotate | Download | only in libpng

Lines Matching defs:np

903    png_sPLT_tp np;
909 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
912 if (np == NULL)
918 png_memcpy(np, info_ptr->splt_palettes,
925 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
954 info_ptr->splt_palettes = np;
968 png_unknown_chunkp np;
974 np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
977 if (np == NULL)
984 png_memcpy(np, info_ptr->unknown_chunks,
991 png_unknown_chunkp to = np + info_ptr->unknown_chunks_num + i;
1018 info_ptr->unknown_chunks = np;