Lines Matching defs:props
247 unsigned int props = gen_cat;
255 props |= UPROPS_MASK_IGNORABLE;
256 if (u == 0x200Cu) props |= UPROPS_MASK_ZWNJ;
257 if (u == 0x200Du) props |= UPROPS_MASK_ZWJ;
277 props |= unicode->modified_combining_class (info->codepoint)<<8;
286 props = gen_cat = HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK;
291 info->unicode_props() = props;
477 _hb_glyph_info_set_glyph_props (hb_glyph_info_t *info, unsigned int props)
479 info->glyph_props() = props;
588 /* Make sure no one directly touches our props... */