Home
last modified time | relevance | path

Searched refs:HB_SelectScript (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-hebrew.c60 if (HB_SelectScript(shaper_item, hebrew_features)) { in HB_HebrewShape()
Dharfbuzz-shaper-private.h132 HB_Bool HB_SelectScript(HB_ShaperItem *item, const HB_OpenTypeFeature *features);
Dharfbuzz-greek.c438 if (HB_SelectScript(shaper_item, greek_features)) { in HB_GreekShape()
Dharfbuzz-hangul.c237 openType = HB_SelectScript(item, hangul_features); in HB_HangulShape()
Dharfbuzz-tibetan.c221 openType = HB_SelectScript(item, tibetan_features); in HB_TibetanShape()
Dharfbuzz-myanmar.c474 openType = HB_SelectScript(item, myanmar_features); in HB_MyanmarShape()
Dharfbuzz-khmer.c607 openType = HB_SelectScript(item, khmer_features); in HB_KhmerShape()
Dharfbuzz-arabic.c1112 …if (HB_SelectScript(item, item->item.script == HB_Script_Arabic ? arabic_features : syriac_feature… in HB_ArabicShape()
Dharfbuzz-shaper.cpp586 if (HB_SelectScript(shaper_item, basic_features)) { in HB_BasicShape()
1052 HB_Bool HB_SelectScript(HB_ShaperItem *shaper_item, const HB_OpenTypeFeature *features) in HB_SelectScript() function
Dharfbuzz-indic.cpp1827 openType = HB_SelectScript(item, indic_features); in HB_IndicShape()