lig_props 274 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->lig_props() = 0; lig_props 284 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F); lig_props 292 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh info->lig_props() = (lig_id << 5) | (lig_comp & 0x0F); lig_props 304 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return info->lig_props() >> 5; lig_props 310 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return !!(info->lig_props() & IS_LIG_BASE); lig_props 319 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return info->lig_props() & 0x0F; lig_props 327 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh return info->lig_props() & 0x0F; lig_props 404 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh HB_BUFFER_ALLOCATE_VAR (buffer, lig_props); lig_props 412 third_party/harfbuzz-ng/src/hb-ot-layout-private.hh HB_BUFFER_DEALLOCATE_VAR (buffer, lig_props);