Searched defs:alt_index (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh509 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); local
511 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return TRACE_RETURN (false);
513 glyph_id = alt_set[alt_index - 1];

Completed in 259 milliseconds