Home | History | Annotate | Download | only in libpng

Lines Matching refs:wlen

1862    png_size_t wlen, hlen, total_len;
1866 wlen = strlen(width);
1868 total_len = wlen + hlen + 2;
1877 memcpy(buf + 1, width, wlen + 1); /* Append the '\0' here */
1878 memcpy(buf + wlen + 2, height, hlen); /* Do NOT append the '\0' here */