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

Lines Matching defs:wlen

1675    png_size_t wlen, hlen, total_len;
1679 wlen = png_strlen(width);
1681 total_len = wlen + hlen + 2;
1689 png_memcpy(buf + 1, width, wlen + 1); /* Append the '\0' here */
1690 png_memcpy(buf + wlen + 2, height, hlen); /* Do NOT append the '\0' here */