Home | History | Annotate | Download | only in libpng

Lines Matching refs:swidth

382              int unit, png_charp swidth, png_charp sheight)
393 length = png_strlen(swidth) + 1;
403 png_memcpy(info_ptr->scal_s_width, swidth, (png_size_t)length);