Searched refs:HB_UNICODE_GENERAL_CATEGORY_IS_MARK (Results 1 – 8 of 8) sorted by relevance
401 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i]))) in position_cluster()406 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[j]))) in position_cluster()426 …if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))… in _hb_ot_shape_fallback_position()
327 …if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->in… in _hb_ot_shape_normalize()380 HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->cur())) && in _hb_ot_shape_normalize()
354 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ macro
276 …if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])) … in hb_form_clusters()305 …if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))) in hb_ensure_native_direction()
311 return HB_UNICODE_GENERAL_CATEGORY_IS_MARK (info->unicode_props() & UPROPS_MASK_GEN_CAT); in _hb_glyph_info_is_unicode_mark()
566 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_use()
520 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (unicode->general_category (info[i].codepoint))) in _hb_coretext_shape()
1822 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_indic()