Searched refs:alt_index (Results 1 – 1 of 1) sorted by relevance
509 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply() local511 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return TRACE_RETURN (false); in apply()513 glyph_id = alt_set[alt_index - 1]; in apply()