Home
last modified time | relevance | path

Searched refs:HB_UNICODE_GENERAL_CATEGORY_IS_MARK (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc401 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()
Dhb-ot-shape-normalize.cc327 …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()
Dhb-unicode-private.hh354 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ macro
Dhb-ot-shape.cc276 …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()
Dhb-ot-layout-private.hh311 return HB_UNICODE_GENERAL_CATEGORY_IS_MARK (info->unicode_props() & UPROPS_MASK_GEN_CAT); in _hb_glyph_info_is_unicode_mark()
Dhb-ot-shape-complex-use.cc566 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_use()
Dhb-coretext.cc520 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (unicode->general_category (info[i].codepoint))) in _hb_coretext_shape()
Dhb-ot-shape-complex-indic.cc1822 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_indic()