Searched refs:hb_script_t (Results 1 – 23 of 23) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-ot-tag.c | 37 test_simple_tags (const char *s, hb_script_t script) in test_simple_tags() 39 hb_script_t tag; in test_simple_tags() 40 hb_script_t t1, t2; in test_simple_tags() 54 test_indic_tags (const char *s1, const char *s2, hb_script_t script) in test_indic_tags() 56 hb_script_t tag1, tag2; in test_indic_tags() 57 hb_script_t t1, t2; in test_indic_tags() 75 hb_script_t t1, t2; in test_ot_tag_script_degenerate()
|
D | test-unicode.c | 63 static hb_script_t 80 static hb_script_t 729 static hb_script_t 730 script_roundtrip_default (hb_script_t script) in script_roundtrip_default() 736 static hb_script_t 737 script_roundtrip_glib (hb_script_t script) in script_roundtrip_glib() 744 static hb_script_t 745 script_roundtrip_icu (hb_script_t script) in script_roundtrip_icu() 754 typedef hb_script_t (*roundtrip_func_t) (hb_script_t); in test_unicode_script_roundtrip() 761 hb_script_t script = test->value; in test_unicode_script_roundtrip() [all …]
|
D | test-common.c | 146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script()
|
/external/harfbuzz_ng/src/ |
D | hb-common.h | 285 } hb_script_t; typedef 290 hb_script_t 295 hb_script_t 299 hb_script_to_iso15924_tag (hb_script_t script); 302 hb_script_get_horizontal_direction (hb_script_t script);
|
D | hb-icu.h | 39 hb_script_t 43 hb_icu_script_from_script (hb_script_t script);
|
D | hb-glib.h | 39 hb_script_t 43 hb_glib_script_from_script (hb_script_t script);
|
D | hb-ot-tag.h | 43 hb_ot_tags_from_script (hb_script_t script, 47 hb_script_t
|
D | hb-glib.cc | 37 static const hb_script_t 160 hb_script_t 164 return (hb_script_t) g_unicode_script_to_iso15924 (script); in hb_glib_script_to_script() 177 hb_glib_script_from_script (hb_script_t script) in hb_glib_script_from_script() 231 static hb_script_t
|
D | hb-common.cc | 282 hb_script_t 310 return (hb_script_t) tag; in hb_script_from_iso15924_tag() 316 hb_script_t 323 hb_script_to_iso15924_tag (hb_script_t script) in hb_script_to_iso15924_tag() 329 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction()
|
D | hb-ot-tag.cc | 39 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script() 64 static hb_script_t 80 return (hb_script_t) (tag & ~0x20000000); in hb_ot_old_tag_to_script() 84 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script() 102 static hb_script_t 131 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script() 147 hb_script_t
|
D | hb-buffer.h | 67 hb_script_t script; 149 hb_script_t script); 151 hb_script_t
|
D | hb-ucdn.cc | 23 static const hb_script_t ucdn_script_translate[] = 159 static hb_script_t
|
D | hb-icu.cc | 42 hb_script_t 52 hb_icu_script_from_script (hb_script_t script) in hb_icu_script_from_script() 152 static hb_script_t
|
D | hb-unicode.h | 234 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs, 335 hb_script_t
|
D | hb-unicode-private.hh | 63 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
|
D | hb-buffer.cc | 513 hb_script_t script = unicode->script (info[i].codepoint); in guess_segment_properties() 732 hb_script_t script) in hb_buffer_set_script() 740 hb_script_t
|
D | hb-unicode.cc | 73 static hb_script_t
|
D | hb-old.cc | 41 hb_old_script_from_script (hb_script_t script) in hb_old_script_from_script()
|
D | hb-ot-shape-complex-indic.cc | 299 hb_script_t script;
|
/external/harfbuzz_ng/contrib/python/lib/ |
D | harfbuzz.pyx | 38 ctypedef enum hb_script_t : 42 hb_script_t hb_ot_tag_to_script (hb_tag_t tag) 69 void hb_buffer_set_script(hb_buffer_t *buffer, hb_script_t script) 70 hb_script_t hb_buffer_get_script(hb_buffer_t *buffer) 142 cdef hb_script_t scriptnum 165 cdef hb_script_t script
|
/external/skia/include/ports/ |
D | SkTypeface_android.h | 27 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
|
/external/skia/src/ports/ |
D | SkFontHost_android.cpp | 1112 hb_script_t script; 1164 static hb_script_t getHBScriptFromHBScriptOld(HB_Script script_old) { in getHBScriptFromHBScriptOld() 1165 hb_script_t script = HB_SCRIPT_INVALID; in getHBScriptFromHBScriptOld() 1177 static SkUnichar getUnicodeFromHBScript(hb_script_t script) { in getUnicodeFromHBScript() 1190 hb_script_t script; 1213 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style, in SkCreateTypefaceForScriptNG()
|
/external/harfbuzz_ng/ |
D | NEWS | 451 * Use ISO 15924 tags for hb_script_t:
|