Home | History | Annotate | Download | only in src

Lines Matching full:alt_index

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