/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gsub-table.hh | 498 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); local 500 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return TRACE_RETURN (false); 502 glyph_id = alt_set[alt_index - 1]; [all...] |
/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...] |