Home | History | Annotate | Download | only in libpng

Lines Matching full:units_len

1570    png_size_t purpose_len, units_len, total_len;
1583 units_len = png_strlen(units) + (nparams == 0 ? 0 : 1);
1584 png_debug1(3, "pCAL units length = %d", (int)units_len);
1585 total_len = purpose_len + units_len + 10;
1609 png_write_chunk_data(png_ptr, (png_bytep)units, (png_size_t)units_len);