HomeSort by relevance Sort by last modified time
    Searched refs:IS_LIG_BASE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 140 #define IS_LIG_BASE 0x10
144 info.lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
165 return !!(info.lig_props() & IS_LIG_BASE);
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 140 #define IS_LIG_BASE 0x10
144 info.lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
165 return !!(info.lig_props() & IS_LIG_BASE);

Completed in 47 milliseconds