Home
last modified time | relevance | path

Searched defs:high_byte (Results 1 – 1 of 1) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc472 byte_t high_byte = (c >> 8) & 0xff; in GlyphId() local
509 int32_t high_byte = (c >> 8) & 0xff; in BytesConsumed() local