Searched refs:hb_script_t (Results 1 – 25 of 30) sorted by relevance
12
/external/harfbuzz_ng/src/ |
D | hb-ot-tag.cc | 35 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script() 59 static hb_script_t 75 return (hb_script_t) (tag & ~0x20000000u); in hb_ot_old_tag_to_script() 79 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script() 97 static hb_script_t 117 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script() 137 hb_ot_all_tags_from_script (hb_script_t script, in hb_ot_all_tags_from_script() 161 hb_script_t 341 hb_ot_tags_from_script_and_language (hb_script_t script, in hb_ot_tags_from_script_and_language() 455 hb_script_t *script /* OUT */, in hb_ot_tags_to_script_and_language() [all …]
|
D | hb-glib.cc | 47 static const hb_script_t 170 hb_script_t 174 return (hb_script_t) g_unicode_script_to_iso15924 (script); in hb_glib_script_to_script() 187 hb_glib_script_from_script (hb_script_t script) in hb_glib_script_from_script() 233 static hb_script_t
|
D | hb-icu.h | 39 HB_EXTERN hb_script_t 43 hb_icu_script_from_script (hb_script_t script);
|
D | hb-glib.h | 39 HB_EXTERN hb_script_t 43 hb_glib_script_from_script (hb_script_t script);
|
D | hb-common.h | 375 } hb_script_t; typedef 380 HB_EXTERN hb_script_t 383 HB_EXTERN hb_script_t 387 hb_script_to_iso15924_tag (hb_script_t script); 390 hb_script_get_horizontal_direction (hb_script_t script);
|
D | hb-ot-layout.h | 69 hb_ot_tags_from_script_and_language (hb_script_t script, 76 HB_EXTERN hb_script_t 85 hb_script_t *script /* OUT */,
|
D | hb-icu.cc | 53 hb_script_t 63 hb_icu_script_from_script (hb_script_t script) in hb_icu_script_from_script() 145 static hb_script_t
|
D | hb-buffer.h | 147 hb_script_t script; 238 hb_script_t script); 240 HB_EXTERN hb_script_t
|
D | hb-common.cc | 434 hb_script_t 462 return (hb_script_t) tag; in hb_script_from_iso15924_tag() 483 hb_script_t 501 hb_script_to_iso15924_tag (hb_script_t script) in hb_script_to_iso15924_tag() 517 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction()
|
D | hb-ucdn.cc | 23 static const hb_script_t ucdn_script_translate[] = 200 static hb_script_t
|
D | hb-unicode.h | 239 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs, 386 HB_EXTERN hb_script_t
|
D | hb-ot-shape-complex-arabic.hh | 48 hb_script_t script);
|
D | hb-ot-deprecated.h | 59 hb_ot_tags_from_script (hb_script_t script,
|
D | hb-unicode.hh | 60 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
|
D | hb-unicode.cc | 87 static hb_script_t
|
D | hb-buffer.cc | 647 hb_script_t script = unicode->script (info[i].codepoint); in guess_segment_properties() 965 hb_script_t script) in hb_buffer_set_script() 984 hb_script_t
|
D | hb.hh | 533 #define HB_SCRIPT_MYANMAR_ZAWGYI ((hb_script_t) HB_TAG ('Q','a','a','g'))
|
D | hb-ot-layout-base-table.hh | 392 if (!record) record = find_record ((hb_script_t) HB_TAG ('D','F','L','T')); in get_base_script()
|
/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() 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() 258 hb_script_t actual_script[1]; in test_tags_to_script_and_language() 458 test_tags (hb_script_t script, in test_tags()
|
D | test-unicode.c | 63 static hb_script_t 80 static hb_script_t 665 static hb_script_t 666 script_roundtrip_default (hb_script_t script) in script_roundtrip_default() 672 static hb_script_t 673 script_roundtrip_glib (hb_script_t script) in script_roundtrip_glib() 680 static hb_script_t 681 script_roundtrip_icu (hb_script_t script) in script_roundtrip_icu() 690 typedef hb_script_t (*roundtrip_func_t) (hb_script_t); in test_unicode_script_roundtrip() 697 hb_script_t script = test->value; in test_unicode_script_roundtrip() [all …]
|
D | test-common.c | 145 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script()
|
/external/freetype/src/autofit/ |
D | afshaper.c | 93 static const hb_script_t scripts[] = 112 hb_script_t script; in af_shaper_get_coverage()
|
/external/skqp/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 237 const hb_script_t script = hb_unicode_script(fHBUnicode, u); in consume() 260 hb_script_t currentScript() const { in currentScript() 267 hb_script_t fCurrentScript;
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 445 const hb_script_t script = hb_unicode_script(fHBUnicode, u); in consume() 468 hb_script_t currentScript() const { in currentScript() 475 hb_script_t fCurrentScript;
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 135 hb_script_t
|
12