Home | History | Annotate | Download | only in src

Lines Matching full:strip_offsets

244     const std::vector<std::uint32_t>& strip_offsets,
246 if (strip_offsets.size() != strip_byte_counts.size() ||
247 strip_offsets.empty()) {
251 for (size_t i = 0; i < strip_offsets.size() - 1; ++i) {
252 if (strip_offsets[i] + strip_byte_counts[i] != strip_offsets[i + 1]) {
379 std::vector<std::uint32_t> strip_offsets;
381 if (!tiff_directory.Get(kTiffTagStripOffsets, &strip_offsets) ||
387 if (!OffsetsAreConsecutive(strip_offsets, strip_byte_counts) ||
412 offset = strip_offsets[0];