Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance
472 byte_t high_byte = (c >> 8) & 0xff; in GlyphId() local474 int32_t offset = SubHeaderOffset(high_byte); in GlyphId()477 low_byte = high_byte; in GlyphId()478 high_byte = 0; in GlyphId()481 int32_t first_code = FirstCode(high_byte); in GlyphId()482 int32_t entry_count = EntryCount(high_byte); in GlyphId()488 int32_t id_range_offset = IdRangeOffset(high_byte); in GlyphId()503 int id_delta = IdDelta(high_byte); in GlyphId()509 int32_t high_byte = (c >> 8) & 0xff; in BytesConsumed() local510 int32_t offset = SubHeaderOffset(high_byte); in BytesConsumed()