HomeSort by relevance Sort by last modified time
    Searched refs:HB_SCRIPT_LATIN (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/autofit/
afscript.h 56 HB_SCRIPT_LATIN,
  /external/harfbuzz_ng/src/
hb-common.cc 386 case HB_TAG('L','a','t','f'): return HB_SCRIPT_LATIN;
387 case HB_TAG('L','a','t','g'): return HB_SCRIPT_LATIN;
hb-ucdn.cc 26 HB_SCRIPT_LATIN,
hb-common.h 179 /*1.1*/ HB_SCRIPT_LATIN = HB_TAG ('L','a','t','n'),
hb-glib.cc 65 HB_SCRIPT_LATIN,
  /external/harfbuzz_ng/test/api/
test-common.c 147 g_assert_cmphex (HB_SCRIPT_ARABIC, !=, HB_SCRIPT_LATIN);
174 g_assert_cmpint (hb_script_get_horizontal_direction (HB_SCRIPT_LATIN), ==, HB_DIRECTION_LTR);
test-ot-tag.c 105 test_simple_tags ("latn", HB_SCRIPT_LATIN);
test-unicode.c 75 return HB_SCRIPT_LATIN;
339 { 0x0061, HB_SCRIPT_LATIN },
622 g_assert_cmphex (p->getter (uf, 'a'), ==, HB_SCRIPT_LATIN);
692 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN);
720 g_assert_cmphex (hb_unicode_script (aa, 'b'), ==, HB_SCRIPT_LATIN);

Completed in 287 milliseconds