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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 168 get_lig_comp (const hb_glyph_info_t &info) function
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-shape-fallback.cc 321 unsigned int this_lig_component = get_lig_comp (buffer->info[i]) - 1;
hb-ot-layout-gsubgpos-private.hh 734 unsigned int first_lig_comp = get_lig_comp (c->buffer->cur());
741 unsigned int this_lig_comp = get_lig_comp (c->buffer->info[skippy_iter.idx]);
831 MIN (MAX (get_lig_comp (c->buffer->cur()), 1u), last_num_components);
850 MIN (MAX (get_lig_comp (c->buffer->info[i]), 1u), last_num_components);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 168 get_lig_comp (const hb_glyph_info_t &info) function
hb-ot-layout-gpos-table.hh     [all...]
hb-ot-shape-fallback.cc 321 unsigned int this_lig_component = get_lig_comp (buffer->info[i]) - 1;
hb-ot-layout-gsubgpos-private.hh 734 unsigned int first_lig_comp = get_lig_comp (c->buffer->cur());
741 unsigned int this_lig_comp = get_lig_comp (c->buffer->info[skippy_iter.idx]);
831 MIN (MAX (get_lig_comp (c->buffer->cur()), 1u), last_num_components);
850 MIN (MAX (get_lig_comp (c->buffer->info[i]), 1u), last_num_components);
    [all...]

Completed in 51 milliseconds