HomeSort by relevance Sort by last modified time
    Searched refs:_hb_glyph_info_get_general_category (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-fallback.cc 172 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK) {
187 if (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK)
405 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))
410 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[j])))
430 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))) {
hb-ot-layout.hh 267 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) function
295 return _hb_glyph_info_get_general_category (info) ==
372 return _hb_glyph_info_get_general_category (info) ==
hb-ot-shape-normalize.cc 333 if (unlikely (HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[end]))))
359 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[end])))
434 HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->cur())))
hb-ot-shape.cc 415 if (unlikely (_hb_glyph_info_get_general_category (&info[i]) == HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL &&
563 _hb_glyph_info_get_general_category (&info[start - 1]) ==
567 _hb_glyph_info_get_general_category (&info[end]) ==
689 klass = (_hb_glyph_info_get_general_category (&info[i]) !=
hb-ot-shape-complex-arabic.cc 309 unsigned int this_type = get_joining_type (info[i].codepoint, _hb_glyph_info_get_general_category (&info[i]));
511 HB_ARABIC_GENERAL_CATEGORY_IS_WORD (_hb_glyph_info_get_general_category (&info[context - 1]))))
hb-ot-shape-complex-indic.cc     [all...]
hb-ot-layout-gsubgpos.hh 956 if (_hb_glyph_info_get_general_category (&buffer->cur()) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK)
    [all...]

Completed in 316 milliseconds