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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh 47 HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE = 0x04u,
325 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
363 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 47 HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE = 0x04u,
327 if ((info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE) &&
365 return !!(info->glyph_props() & HB_OT_LAYOUT_GLYPH_PROPS_LIGATURE);

Completed in 56 milliseconds