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

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh650 unsigned int total_component_count = 0; local
662 &total_component_count)))
671 total_component_count);
H A Dhb-ot-layout-gsubgpos-private.hh768 unsigned int total_component_count = 0; local
769 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->cur());
799 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->info[skippy_iter.idx]);
808 *p_total_component_count = total_component_count;
818 unsigned int total_component_count)
862 _hb_glyph_info_set_lig_props_for_ligature (&buffer->cur(), lig_id, total_component_count);
812 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

Completed in 1012 milliseconds