Lines Matching full:lig_id
248 /* lig_props: aka lig_id / lig_comp
253 * lig_id,
260 * and the current lig_id reused.
264 * - All resulting glyphs will have lig_id = 0,
283 unsigned int lig_id,
286 info->lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
291 unsigned int lig_id,
294 info->lig_props() = (lig_id << 5) | (lig_comp & 0x0F);
336 uint8_t lig_id = buffer->next_serial () & 0x07;
337 if (unlikely (!lig_id))
338 lig_id = _hb_allocate_lig_id (buffer); /* in case of overflow */
339 return lig_id;