Searched refs:HB_SelectScript (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-hebrew.c | 60 if (HB_SelectScript(shaper_item, hebrew_features)) { in HB_HebrewShape()
|
D | harfbuzz-shaper-private.h | 132 HB_Bool HB_SelectScript(HB_ShaperItem *item, const HB_OpenTypeFeature *features);
|
D | harfbuzz-greek.c | 438 if (HB_SelectScript(shaper_item, greek_features)) { in HB_GreekShape()
|
D | harfbuzz-hangul.c | 237 openType = HB_SelectScript(item, hangul_features); in HB_HangulShape()
|
D | harfbuzz-tibetan.c | 221 openType = HB_SelectScript(item, tibetan_features); in HB_TibetanShape()
|
D | harfbuzz-myanmar.c | 474 openType = HB_SelectScript(item, myanmar_features); in HB_MyanmarShape()
|
D | harfbuzz-khmer.c | 607 openType = HB_SelectScript(item, khmer_features); in HB_KhmerShape()
|
D | harfbuzz-arabic.c | 1112 …if (HB_SelectScript(item, item->item.script == HB_Script_Arabic ? arabic_features : syriac_feature… in HB_ArabicShape()
|
D | harfbuzz-shaper.cpp | 586 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
|
D | harfbuzz-indic.cpp | 1827 openType = HB_SelectScript(item, indic_features); in HB_IndicShape()
|