Searched refs:HB_SCRIPT_LATIN (Results 1 – 9 of 9) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-unicode.c | 75 return HB_SCRIPT_LATIN; in simple_get_script() 276 { 0x0061, HB_SCRIPT_LATIN }, 558 g_assert_cmphex (p->getter (uf, 'a'), ==, HB_SCRIPT_LATIN); in test_unicode_setters() 628 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_default() 656 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_deep()
|
D | test-ot-tag.c | 141 test_simple_tags ("latn", HB_SCRIPT_LATIN); in test_ot_tag_script_simple() 498 …test_tags (HB_SCRIPT_LATIN, "en", HB_OT_MAX_TAGS_PER_SCRIPT, HB_OT_MAX_TAGS_PER_LANGUAGE, 1, 1, "l… in test_ot_tag_full() 499 test_tags (HB_SCRIPT_LATIN, "en", 0, 0, 0, 0); in test_ot_tag_full()
|
D | test-common.c | 146 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN); in test_types_script() 173 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script()
|
/external/harfbuzz_ng/src/ |
D | hb-ucdn.cc | 26 HB_SCRIPT_LATIN,
|
D | hb-common.cc | 453 case HB_TAG('L','a','t','f'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag() 454 case HB_TAG('L','a','t','g'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag()
|
D | hb-glib.cc | 75 HB_SCRIPT_LATIN,
|
D | hb-common.h | 201 /*1.1*/ HB_SCRIPT_LATIN = HB_TAG ('L','a','t','n'), enumerator
|
/external/freetype/src/autofit/ |
D | afscript.h | 218 HB_SCRIPT_LATIN,
|
/external/harfbuzz_ng/test/shaping/data/aots/ |
D | hb-aots-tester.cpp | 61 hb_buffer_set_script(buffer, HB_SCRIPT_LATIN); in runTest()
|