Home | History | Annotate | Download | only in libpng

Lines Matching refs:nentries

894              png_infop info_ptr, png_sPLT_tp entries, int nentries)
899 * nentries - number of palette structures to be
910 (info_ptr->splt_palettes_num + nentries) *
923 for (i = 0; i < nentries; i++)
939 (png_uint_32)(from->nentries * png_sizeof(png_sPLT_entry)));
949 from->nentries * png_sizeof(png_sPLT_entry));
950 to->nentries = from->nentries;
955 info_ptr->splt_palettes_num += nentries;