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

Lines Matching full:hlen

1645    png_size_t wlen, hlen, total_len;
1650 hlen = png_strlen(height);
1651 total_len = wlen + hlen + 2;
1660 png_memcpy(buf + wlen + 2, height, hlen); /* do NOT append the '\0' here */