Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:swidth

472              int unit, png_charp swidth, png_charp sheight)
482 length = png_strlen(swidth) + 1;
490 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);