Lines Matching full:offset_
37 size_t offset_;
226 frame->img_components_[1].offset_ = chunk_start_offset;
251 frame->img_components_[0].offset_ = chunk_start_offset;
379 chunk->data_.offset_ = start_offset;
435 frame->img_components_[1].offset_ = 0;
612 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) {
620 alpha->offset_ > image->offset_) {
757 size_t start_offset = image->offset_;
763 const size_t inter_size = (image->offset_ > 0)
764 ? image->offset_ - (alpha->offset_ + alpha->size_)
766 start_offset = alpha->offset_;
860 const uint8_t* const header = mem_buf + c->data_.offset_;
872 const uint8_t* const header = mem_buf + c->data_.offset_;
892 iter->chunk.bytes = mem_buf + chunk->data_.offset_ + CHUNK_HEADER_SIZE;