Home | History | Annotate | Download | only in lpng_v163

Lines Matching defs:total_len

1797    png_size_t units_len, total_len;

1818 total_len = purpose_len + units_len + 10;
1831 total_len += params_len[i];
1834 png_debug1(3, "pCAL total length = %d", (int)total_len);
1835 png_write_chunk_header(png_ptr, png_pCAL, (png_uint_32)total_len);
1861 png_size_t wlen, hlen, total_len;
1867 total_len = wlen + hlen + 2;
1869 if (total_len > 64)
1879 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
1880 png_write_complete_chunk(png_ptr, png_sCAL, buf, total_len);