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

  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 158 get_lig_id (const hb_glyph_info_t &info) function
hb-ot-shape-fallback.cc 303 unsigned int lig_id = get_lig_id (buffer->info[base]);
320 unsigned int this_lig_id = get_lig_id (buffer->info[i]);
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-layout-gsubgpos-private.hh 733 unsigned int first_lig_id = get_lig_id (c->buffer->cur());
740 unsigned int this_lig_id = get_lig_id (c->buffer->info[skippy_iter.idx]);
815 unsigned int last_lig_id = get_lig_id (c->buffer->cur());
837 last_lig_id = get_lig_id (c->buffer->cur());
848 if (last_lig_id == get_lig_id (c->buffer->info[i])) {
    [all...]

Completed in 511 milliseconds