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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 175 #define lig_props() var1.u8[2] /* GSUB/GPOS ligature tracking */ macro
248 /* lig_props: aka lig_id / lig_comp
276 info->lig_props() = 0;
286 info->lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
294 info->lig_props() = (lig_id << 5) | (lig_comp & 0x0F);
306 return info->lig_props() >> 5;
312 return !!(info->lig_props() & IS_LIG_BASE);
321 return info->lig_props() & 0x0F;
329 return info->lig_props() & 0x0F;
406 HB_BUFFER_ALLOCATE_VAR (buffer, lig_props);
421 #undef lig_props macro
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 44 #define lig_props() var1.u8[3] /* GSUB/GPOS ligature tracking */ macro
144 info.lig_props() = (lig_id << 5) | IS_LIG_BASE | (lig_num_comps & 0x0F);
149 info.lig_props() = (lig_id << 5) | (lig_comp & 0x0F);
160 return info.lig_props() >> 5;
165 return !!(info.lig_props() & IS_LIG_BASE);
173 return info.lig_props() & 0x0F;
179 return info.lig_props() & 0x0F;
hb-ot-layout-gsub-table.hh     [all...]
hb-ot-layout-gpos-table.hh     [all...]

Completed in 5481 milliseconds