Home
last modified time | relevance | path

Searched refs:instruction_length_offset (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh439 unsigned int instruction_length_offset = instruction_len_offset (); in instructions_length() local
440 if (unlikely (instruction_length_offset + 2 > bytes.length)) return 0; in instructions_length()
442 const HBUINT16 &instructionLength = StructAtOffset<HBUINT16> (&bytes, instruction_length_offset); in instructions_length()