Searched refs:HB_SCRIPT_INVALID (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-common.c | 146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script() 149 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string (NULL, -1)); in test_types_script() 150 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("", -1)); in test_types_script() 151 g_assert_cmphex (HB_SCRIPT_INVALID, ==, hb_script_from_string ("x", 0)); in test_types_script()
|
D | test-buffer.c | 111 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties() 142 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties() 165 g_assert (hb_buffer_get_script (b) == HB_SCRIPT_INVALID); in test_buffer_properties()
|
D | test-ot-tag.c | 85 test_simple_tags ("DFLT", HB_SCRIPT_INVALID); in test_ot_tag_script_degenerate()
|
D | test-unicode.c | 777 g_assert_cmphex (HB_SCRIPT_INVALID, ==, roundtrip_func (HB_SCRIPT_INVALID)); in test_unicode_script_roundtrip()
|
/external/harfbuzz_ng/src/ |
D | hb-glib.cc | 170 return HB_SCRIPT_INVALID; in hb_glib_script_to_script() 187 if (unlikely (script == HB_SCRIPT_INVALID)) in hb_glib_script_from_script()
|
D | hb-icu.cc | 46 return HB_SCRIPT_INVALID; in hb_icu_script_to_script() 54 if (unlikely (script == HB_SCRIPT_INVALID)) in hb_icu_script_from_script()
|
D | hb-ot-tag.cc | 44 case HB_SCRIPT_INVALID: return HB_OT_TAG_DEFAULT_SCRIPT; in hb_ot_old_tag_from_script() 68 return HB_SCRIPT_INVALID; in hb_ot_old_tag_to_script()
|
D | hb-buffer.h | 75 HB_SCRIPT_INVALID, \
|
D | hb-common.h | 284 HB_SCRIPT_INVALID = HB_TAG_NONE enumerator
|
D | hb-common.cc | 286 return HB_SCRIPT_INVALID; in hb_script_from_iso15924_tag()
|
D | hb-buffer.cc | 511 if (props.script == HB_SCRIPT_INVALID) { in guess_segment_properties()
|
D | hb-ot-shape-complex-indic.cc | 310 {HB_SCRIPT_INVALID, false, 0,BASE_POS_LAST, REPH_POS_DEFAULT, REPH_MODE_IMPLICIT},
|
/external/skia/src/ports/ |
D | SkFontHost_android.cpp | 1165 hb_script_t script = HB_SCRIPT_INVALID; in getHBScriptFromHBScriptOld()
|