Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_sPLT_tp

904              png_infop info_ptr, png_sPLT_tp entries, int nentries)
913 png_sPLT_tp np;
919 np = (png_sPLT_tp)png_malloc_warn(png_ptr,
935 png_sPLT_tp to = np + info_ptr->splt_palettes_num + i;
936 png_sPLT_tp from = entries + i;