Searched defs:total_component_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh630 unsigned int total_component_count = 0; local
642 &total_component_count)))
651 total_component_count);
H A Dhb-ot-layout-gsubgpos-private.hh751 unsigned int total_component_count = 0; local
752 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->cur());
782 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]);
791 *p_total_component_count = total_component_count;
801 unsigned int total_component_count)
845 _hb_glyph_info_set_lig_props_for_ligature (&buffer->cur(), lig_id, total_component_count);
795 ligate_input(hb_apply_context_t *c, unsigned int count, unsigned int match_positions[MAX_CONTEXT_LENGTH], unsigned int match_length, hb_codepoint_t lig_glyph, bool is_mark_ligature, unsigned int total_component_count) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh624 unsigned int total_component_count = 0; local
632 &total_component_count)))
645 total_component_count);
H A Dhb-ot-layout-gsubgpos-private.hh730 unsigned int total_component_count = 0; local
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]);
768 *p_total_component_count = total_component_count;
779 unsigned int total_component_count)
820 set_lig_props_for_ligature (c->buffer->cur(), lig_id, total_component_count);
772 ligate_input(hb_apply_context_t *c, unsigned int count, const USHORT input[], match_func_t match_func, const void *match_data, hb_codepoint_t lig_glyph, bool is_mark_ligature, unsigned int total_component_count) argument

Completed in 128 milliseconds