Searched refs:HB_SCRIPT_LATIN (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/autofit/ |
D | afscript.h | 51 HB_SCRIPT_LATIN,
|
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 147 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN); in test_types_script() 174 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR); in test_types_script()
|
D | test-unicode.c | 75 return HB_SCRIPT_LATIN; in simple_get_script() 339 { 0x0061, HB_SCRIPT_LATIN }, 622 g_assert_cmphex (p->getter (uf, 'a'), ==, HB_SCRIPT_LATIN); in test_unicode_setters() 692 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_default() 720 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN); in test_unicode_subclassing_deep()
|
D | test-ot-tag.c | 105 test_simple_tags ("latn", HB_SCRIPT_LATIN); in test_ot_tag_script_simple()
|
/external/harfbuzz_ng/src/ |
D | hb-common.cc | 386 case HB_TAG('L','a','t','f'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag() 387 case HB_TAG('L','a','t','g'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag()
|
D | hb-ucdn.cc | 26 HB_SCRIPT_LATIN,
|
D | hb-glib.cc | 65 HB_SCRIPT_LATIN,
|
D | hb-common.h | 178 /*1.1*/ HB_SCRIPT_LATIN = HB_TAG ('L','a','t','n'), enumerator
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-common.cc | 384 case HB_TAG('L','a','t','f'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag() 385 case HB_TAG('L','a','t','g'): return HB_SCRIPT_LATIN; in hb_script_from_iso15924_tag()
|
D | hb-ucdn.cc | 26 HB_SCRIPT_LATIN,
|
D | hb-common.h | 177 /*1.1*/ HB_SCRIPT_LATIN = HB_TAG ('L','a','t','n'), enumerator
|
D | hb-glib.cc | 65 HB_SCRIPT_LATIN,
|
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
D | harfbuzz-shape.h | 111 HB_SCRIPT_LATIN enumerator
|