Home | History | Annotate | Download | only in src

Lines Matching refs:alt_index

491     unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift);
493 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return TRACE_RETURN (false);
495 glyph_id = alt_set[alt_index - 1];