Lines Matching refs:head
10810 const unsigned char *head, const size_t size,
10933 reinterpret_cast<const unsigned char *>(head + offsets[tile_idx]);
11074 reinterpret_cast<const unsigned char *>(head + offsets[y_idx]);
11182 const unsigned char *head, const unsigned char *marker, const size_t size) {
11183 TEXR_ASSERT(head < marker);
11187 size_t offset = static_cast<size_t>(marker - head);
11215 const unsigned char *head,
11218 if (exr_image == NULL || exr_header == NULL || head == NULL ||
11302 if ((marker + sizeof(tinyexr_uint64)) >= (head + size)) {
11328 ReconstructLineOffsets(&offsets, num_blocks, head, marker, size);
11342 int ret = DecodeChunk(exr_image, exr_header, offsets, head, size, &e);
11998 const unsigned char *head = memory;
12002 return tinyexr::DecodeEXRImage(exr_image, exr_header, head, marker, size,
12617 const char *head = &buf[0];
12800 reinterpret_cast<const unsigned char *>(head + offsets[y]);