Searched refs:unicode_props (Results 1 – 1 of 1) sorted by relevance
149 #define unicode_props() var2.u16[0] macro255 info->unicode_props() = props; in _hb_glyph_info_set_unicode_props()263 …info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN… in _hb_glyph_info_set_general_category()269 return (hb_unicode_general_category_t) (info->unicode_props() & UPROPS_MASK_GEN_CAT); in _hb_glyph_info_get_general_category()275 return HB_UNICODE_GENERAL_CATEGORY_IS_MARK (info->unicode_props() & UPROPS_MASK_GEN_CAT); in _hb_glyph_info_is_unicode_mark()283 info->unicode_props() = (modified_class<<8) | (info->unicode_props() & 0xFF); in _hb_glyph_info_set_modified_combining_class()288 return _hb_glyph_info_is_unicode_mark (info) ? info->unicode_props()>>8 : 0; in _hb_glyph_info_get_modified_combining_class()303 info->unicode_props() = (((unsigned int) s)<<8) | (info->unicode_props() & 0xFF); in _hb_glyph_info_set_unicode_space_fallback_type()309 (hb_unicode_funcs_t::space_t) (info->unicode_props()>>8) : in _hb_glyph_info_get_unicode_space_fallback_type()318 return (info->unicode_props() & UPROPS_MASK_IGNORABLE) && in _hb_glyph_info_is_default_ignorable()[all …]