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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 176 get_lig_num_comps (const hb_glyph_info_t &info) function
hb-ot-shape-fallback.cc 304 unsigned int num_lig_components = get_lig_num_comps (buffer->info[base]);
hb-ot-layout-gsubgpos-private.hh 731 total_component_count += get_lig_num_comps (c->buffer->cur());
758 total_component_count += get_lig_num_comps (c->buffer->info[skippy_iter.idx]);
816 unsigned int last_num_components = get_lig_num_comps (c->buffer->cur());
838 last_num_components = get_lig_num_comps (c->buffer->cur());
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 176 get_lig_num_comps (const hb_glyph_info_t &info) function
hb-ot-shape-fallback.cc 304 unsigned int num_lig_components = get_lig_num_comps (buffer->info[base]);
hb-ot-layout-gsubgpos-private.hh 731 total_component_count += get_lig_num_comps (c->buffer->cur());
758 total_component_count += get_lig_num_comps (c->buffer->info[skippy_iter.idx]);
816 unsigned int last_num_components = get_lig_num_comps (c->buffer->cur());
838 last_num_components = get_lig_num_comps (c->buffer->cur());
    [all...]

Completed in 160 milliseconds