Home | History | Annotate | Download | only in libpng

Lines Matching refs:sheight

382              int unit, png_charp swidth, png_charp sheight)
405 length = png_strlen(sheight) + 1;
417 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);