Home | History | Annotate | Download | only in src

Lines Matching refs:lig_id

247 /* lig_props: aka lig_id / lig_comp
252 * lig_id,
259 * and the current lig_id reused.
263 * - All resulting glyphs will have lig_id = 0,
282 unsigned int lig_id,
285 info->lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
290 unsigned int lig_id,
293 info->lig_props() = (lig_id << 5) | (lig_comp & 0x0F);
335 uint8_t lig_id = buffer->next_serial () & 0x07;
336 if (unlikely (!lig_id))
337 lig_id = _hb_allocate_lig_id (buffer); /* in case of overflow */
338 return lig_id;