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)
401 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))
406 if (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[j])))
426 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])))) {
hb-ot-layout-private.hh 322 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) function
349 return _hb_glyph_info_get_general_category (info) ==
386 return _hb_glyph_info_get_general_category (info) ==
hb-ot-shape-normalize.cc 327 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->info[end]))))
380 HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&buffer->cur())) &&
hb-ot-shape.cc 247 _hb_glyph_info_get_general_category (&buffer->info[0]) !=
284 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i])) &&
313 if (likely (!HB_UNICODE_GENERAL_CATEGORY_IS_MARK (_hb_glyph_info_get_general_category (&info[i]))))
386 _hb_glyph_info_get_general_category (&info[start - 1]) ==
390 _hb_glyph_info_get_general_category (&info[end]) ==
563 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]));
520 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-private.hh 838 if (_hb_glyph_info_get_general_category (&buffer->cur()) == HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK)
    [all...]

Completed in 58 milliseconds