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

  /external/chromium_org/third_party/harfbuzz-ng/src/
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-private.hh 158 get_lig_id (const hb_glyph_info_t &info) function
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...]
  /external/harfbuzz_ng/src/
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-private.hh 158 get_lig_id (const hb_glyph_info_t &info) function
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...]
hb-ot-layout-gpos-table.hh     [all...]

Completed in 3277 milliseconds