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

Lines Matching refs:sheight

472              int unit, png_charp swidth, png_charp sheight)
492 length = png_strlen(sheight) + 1;
501 png_memcpy(info_ptr->scal_s_height, sheight, (png_size_t)length);