Home
last modified time | relevance | path

Searched refs:hb_script_t (Results 1 – 25 of 32) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-tag.cc38 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script()
63 static hb_script_t
81 return (hb_script_t) (tag & ~0x20000000u); in hb_ot_old_tag_to_script()
85 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script()
103 static hb_script_t
135 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script()
156 hb_ot_all_tags_from_script (hb_script_t script, in hb_ot_all_tags_from_script()
191 hb_script_t
431 hb_ot_tags_from_script_and_language (hb_script_t script, in hb_ot_tags_from_script_and_language()
572 hb_script_t *script /* OUT */, in hb_ot_tags_to_script_and_language()
[all …]
Dhb-glib.cc63 hb_script_t
66 return (hb_script_t) g_unicode_script_to_iso15924 (script); in hb_glib_script_to_script()
81 hb_glib_script_from_script (hb_script_t script) in hb_glib_script_from_script()
115 static hb_script_t
Dhb-ot-layout.h110 hb_ot_tags_from_script_and_language (hb_script_t script,
117 HB_EXTERN hb_script_t
126 hb_script_t *script /* OUT */,
467 hb_script_t script,
513 hb_ot_layout_get_horizontal_baseline_tag_for_script (hb_script_t script);
527 hb_script_t script,
543 hb_script_t script,
Dhb-icu.h39 HB_EXTERN hb_script_t
43 hb_icu_script_from_script (hb_script_t script);
Dhb-glib.h39 HB_EXTERN hb_script_t
43 hb_glib_script_from_script (hb_script_t script);
Dhb-icu.cc78 hb_script_t
98 hb_icu_script_from_script (hb_script_t script) in hb_icu_script_from_script()
181 static hb_script_t
Dhb-common.h769 } hb_script_t; typedef
774 HB_EXTERN hb_script_t
777 HB_EXTERN hb_script_t
781 hb_script_to_iso15924_tag (hb_script_t script);
784 hb_script_get_horizontal_direction (hb_script_t script);
Dhb-ot-shaper.hh177 hb_ot_shaper_categorize (hb_script_t script, in hb_ot_shaper_categorize()
267 #define HB_SCRIPT_MYANMAR_ZAWGYI ((hb_script_t) HB_TAG ('Q','a','a','g')) in hb_ot_shaper_categorize()
Dhb-common.cc465 hb_script_t
498 return (hb_script_t) tag; in hb_script_from_iso15924_tag()
519 hb_script_t
537 hb_script_to_iso15924_tag (hb_script_t script) in hb_script_to_iso15924_tag()
558 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction()
Dhb-ot-shaper-arabic.hh48 hb_script_t script);
Dhb-ot-shaper-arabic-joining-list.hh19 has_arabic_joining (hb_script_t script) in has_arabic_joining()
Dhb-unicode.h412 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs,
625 HB_EXTERN hb_script_t
Dhb-buffer.h213 hb_script_t script;
321 hb_script_t script);
323 HB_EXTERN hb_script_t
Dhb-ot-deprecated.h88 hb_ot_tags_from_script (hb_script_t script,
Dhb-unicode.hh60 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
Dhb-ot-layout.cc2099 choose_base_tags (hb_script_t script, in choose_base_tags()
2190 hb_script_t script, in hb_ot_layout_get_font_extents2()
2214 hb_ot_layout_get_horizontal_baseline_tag_for_script (hb_script_t script) in hb_ot_layout_get_horizontal_baseline_tag_for_script()
2322 hb_script_t script, in hb_ot_layout_get_baseline2()
2579 hb_script_t script, in hb_ot_layout_get_baseline_with_fallback2()
Dhb-ucd.cc47 static hb_script_t
Dhb-unicode.cc94 static hb_script_t
Dhb-buffer.cc673 hb_script_t script = unicode->script (info[i].codepoint); in guess_segment_properties()
1063 hb_script_t script) in hb_buffer_set_script()
1082 hb_script_t
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c37 test_simple_tags (const char *s, hb_script_t script) in test_simple_tags()
39 hb_script_t tag; in test_simple_tags()
59 test_script_tags_from_language (const char *s, const char *lang_s, hb_script_t script) in test_script_tags_from_language()
61 hb_script_t tag; in test_script_tags_from_language()
78 test_indic_tags (const char *s1, const char *s2, const char *s3, hb_script_t script) in test_indic_tags()
80 hb_script_t tag1, tag2, tag3; in test_indic_tags()
266 hb_script_t actual_script[1]; in test_tags_to_script_and_language()
501 test_tags (hb_script_t script, in test_tags()
Dtest-unicode.c63 static hb_script_t
80 static hb_script_t
869 static hb_script_t
870 script_roundtrip_default (hb_script_t script) in script_roundtrip_default()
876 static hb_script_t
877 script_roundtrip_glib (hb_script_t script) in script_roundtrip_glib()
884 static hb_script_t
885 script_roundtrip_icu (hb_script_t script) in script_roundtrip_icu()
894 typedef hb_script_t (*roundtrip_func_t) (hb_script_t); in test_unicode_script_roundtrip()
901 hb_script_t script = test->value; in test_unicode_script_roundtrip()
[all …]
Dtest-common.c145 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script()
/external/harfbuzz_ng/perf/
Dbenchmark-ot.cc4 hb_script_t script, in BM_hb_ot_tags_from_script_and_language()
/external/freetype/src/autofit/
Dafshaper.c92 static const hb_script_t scripts[] =
111 hb_script_t script; in af_shaper_get_coverage()
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp364 hb_script_t defaultScript) in SkUnicodeHbScriptRunIterator()
369 hb_script_t hb_script_for_unichar(SkUnichar u) { in hb_script_for_unichar()
379 const hb_script_t script = hb_script_for_unichar(u); in consume()
409 hb_script_t fCurrentScript;

12