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-normalize.cc333 …if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->i… in _hb_ot_shape_normalize()
359 …if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[end])… in _hb_ot_shape_normalize()
434 HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->cur()))) in _hb_ot_shape_normalize()
Dhb-ot-shape-fallback.cc405 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i]))) in position_cluster()
410 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[j]))) in position_cluster()
430 …if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))… in _hb_ot_shape_fallback_mark_position()
Dhb-ot-layout.hh248 if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (gen_cat))) in _hb_glyph_info_set_unicode_props()
275 return HB_UNICODE_GENERAL_CATEGORY_IS_MARK (info->unicode_props() & UPROPS_MASK_GEN_CAT); in _hb_glyph_info_is_unicode_mark()
Dhb-unicode.hh355 #define HB_UNICODE_GENERAL_CATEGORY_IS_MARK(gen_cat) \ macro
Dhb-ot-shape-complex-khmer.cc478 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_khmer()
Dhb-ot-shape-complex-use.cc616 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_use()
Dhb-coretext.cc475 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (unicode->general_category (info[i].codepoint))) in _hb_coretext_shape()
Dhb-ot-shape-complex-indic.cc1611 if (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (c->unicode->general_category (a))) in compose_indic()