Home
last modified time | relevance | path

Searched refs:this_lig_component (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc340 unsigned int this_lig_component = _hb_glyph_info_get_lig_comp (&info[i]) - 1; in position_around_base() local
342 if (!lig_id || lig_id != this_lig_id || this_lig_component >= num_lig_components) in position_around_base()
343 this_lig_component = num_lig_components - 1; in position_around_base()
344 if (last_lig_component != this_lig_component) in position_around_base()
346 last_lig_component = this_lig_component; in position_around_base()
356 …component_extents.x_bearing += (this_lig_component * component_extents.width) / num_lig_components; in position_around_base()
358 …component_extents.x_bearing += ((num_lig_components - 1 - this_lig_component) * component_extents.… in position_around_base()