HomeSort by relevance Sort by last modified time
    Searched refs:alt_index (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 491 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); local
493 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return TRACE_RETURN (false);
495 glyph_id = alt_set[alt_index - 1];
    [all...]
  /external/harfbuzz/src/
harfbuzz-gsub.c 675 HB_UShort index, value, alt_index, property; local
697 alt_index = (gsub->altfunc)( buffer->out_pos, IN_CURGLYPH(),
701 alt_index = 0;
703 value = aset.Alternate[alt_index];
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 675 HB_UShort index, value, alt_index, property; local
697 alt_index = (gsub->altfunc)( buffer->out_pos, IN_CURGLYPH(),
701 alt_index = 0;
703 value = aset.Alternate[alt_index];
    [all...]

Completed in 4495 milliseconds