Searched refs:compressed_offset (Results 1 – 7 of 7) sorted by relevance
88 ctx->chunks[i].compressed_offset = bytestream2_get_le32(gbc); in hap_parse_decode_instructions()107 ctx->chunks[i].compressed_offset = running_size; in hap_parse_decode_instructions()122 if (ctx->chunks[i].compressed_offset != running_offset in hap_can_use_tex_in_place()160 ctx->chunks[0].compressed_offset = 0; in hap_parse_frame_header()191 … if (chunk->compressed_offset + (uint64_t)chunk->compressed_size > bytestream2_get_bytes_left(gbc)) in hap_parse_frame_header()202 bytestream2_init(&gbc_tmp, gbc->buffer + chunk->compressed_offset, in hap_parse_frame_header()231 bytestream2_init(&gbc, ctx->gbc.buffer + chunk->compressed_offset, chunk->compressed_size); in decompress_chunks_thread()
103 chunk->compressed_offset = 0; in hap_compress_frame()105 chunk->compressed_offset = ctx->chunks[i-1].compressed_offset in hap_compress_frame()112 chunk_dst = dst + chunk->compressed_offset; in hap_compress_frame()
55 uint32_t compressed_offset; member
168 FT_ULong compressed_offset; /* compressed stream offset */ member
2049 woff2.compressed_offset = FT_STREAM_POS(); in woff2_open_font()2050 file_offset = ROUND4( woff2.compressed_offset + in woff2_open_font()
2089 woff2.compressed_offset = FT_STREAM_POS(); in woff2_open_font()2090 file_offset = ROUND4( woff2.compressed_offset + in woff2_open_font()