Searched refs:hb_script_t (Results 1 – 21 of 21) 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-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-common.h | 312 } hb_script_t; typedef 317 hb_script_t 322 hb_script_t 326 hb_script_to_iso15924_tag (hb_script_t script); 329 hb_script_get_horizontal_direction (hb_script_t script);
|
D | hb-common.cc | 367 hb_script_t 395 return (hb_script_t) tag; in hb_script_from_iso15924_tag() 412 hb_script_t 429 hb_script_to_iso15924_tag (hb_script_t script) in hb_script_to_iso15924_tag() 445 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction()
|
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-ot-tag.cc | 38 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script() 63 static hb_script_t 79 return (hb_script_t) (tag & ~0x20000000u); in hb_ot_old_tag_to_script() 83 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script() 101 static hb_script_t 130 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script() 146 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[] = 182 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, 423 hb_script_t
|
D | hb-unicode-private.hh | 61 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
|
D | hb-buffer.cc | 574 hb_script_t script = unicode->script (info[i].codepoint); in guess_segment_properties() 921 hb_script_t script) in hb_buffer_set_script() 939 hb_script_t
|
D | hb-unicode.cc | 73 static hb_script_t
|
D | hb-ot-shape-complex-indic.cc | 306 hb_script_t script;
|
/external/freetype/src/autofit/ |
D | hbshim.c | 92 static const hb_script_t scripts[] = 110 hb_script_t script; in af_get_coverage()
|
/external/harfbuzz_ng/docs/reference/ |
D | harfbuzz-sections.txt | 104 hb_script_t
|
/external/harfbuzz_ng/ |
D | NEWS | 876 * Use ISO 15924 tags for hb_script_t:
|