Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh516 unsigned int instruction_length_offset = instruction_len_offset (); in instructions_length() local
517 if (unlikely (instruction_length_offset + 2 > bytes.length)) return 0; in instructions_length()
519 const HBUINT16 &instructionLength = StructAtOffset<HBUINT16> (&bytes, instruction_length_offset); in instructions_length()