Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh485 _hb_allocate_lig_id (hb_buffer_t *buffer) { in _hb_allocate_lig_id() function
488 lig_id = _hb_allocate_lig_id (buffer); /* in case of overflow */ in _hb_allocate_lig_id()
Dhb-ot-layout-gsubgpos.hh948 unsigned int lig_id = is_ligature ? _hb_allocate_lig_id (buffer) : 0; in ligate_input()