Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh519 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply() local
521 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return_trace (false); in apply()
523 glyph_id = alt_set[alt_index - 1]; in apply()