Home
last modified time | relevance | path

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

12

/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()
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()
Dtest-unicode.c63 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 …]
Dtest-common.c146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE); in test_types_script()
/external/harfbuzz_ng/src/
Dhb-common.h331 } hb_script_t; typedef
336 HB_EXTERN hb_script_t
339 HB_EXTERN hb_script_t
343 hb_script_to_iso15924_tag (hb_script_t script);
346 hb_script_get_horizontal_direction (hb_script_t script);
Dhb-glib.cc37 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
Dhb-icu.h39 HB_EXTERN hb_script_t
43 hb_icu_script_from_script (hb_script_t script);
Dhb-ot-tag.cc35 hb_ot_old_tag_from_script (hb_script_t script) in hb_ot_old_tag_from_script()
60 static hb_script_t
76 return (hb_script_t) (tag & ~0x20000000u); in hb_ot_old_tag_to_script()
80 hb_ot_new_tag_from_script (hb_script_t script) in hb_ot_new_tag_from_script()
98 static hb_script_t
127 hb_ot_tags_from_script (hb_script_t script, in hb_ot_tags_from_script()
143 hb_script_t
Dhb-glib.h39 HB_EXTERN hb_script_t
43 hb_glib_script_from_script (hb_script_t script);
Dhb-ot-tag.h43 hb_ot_tags_from_script (hb_script_t script,
47 HB_EXTERN hb_script_t
Dhb-buffer.h125 hb_script_t script;
216 hb_script_t script);
218 HB_EXTERN hb_script_t
Dhb-common.cc393 hb_script_t
421 return (hb_script_t) tag; in hb_script_from_iso15924_tag()
442 hb_script_t
460 hb_script_to_iso15924_tag (hb_script_t script) in hb_script_to_iso15924_tag()
476 hb_script_get_horizontal_direction (hb_script_t script) in hb_script_get_horizontal_direction()
Dhb-icu.cc43 hb_script_t
53 hb_icu_script_from_script (hb_script_t script) in hb_icu_script_from_script()
153 static hb_script_t
Dhb-ucdn.cc23 static const hb_script_t ucdn_script_translate[] =
202 static hb_script_t
Dhb-unicode.h234 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs,
448 HB_EXTERN hb_script_t
Dhb-ot-shape-complex-arabic-private.hh48 hb_script_t script);
Dhb-unicode-private.hh61 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
Dhb-buffer.cc677 hb_script_t script = unicode->script (info[i].codepoint); in guess_segment_properties()
991 hb_script_t script) in hb_buffer_set_script()
1010 hb_script_t
Dhb-unicode.cc73 static hb_script_t
Dhb-ot-shape-complex-use.cc164 has_arabic_joining (hb_script_t script) in has_arabic_joining()
Dhb-ot-shape-complex-arabic.cc360 hb_script_t script) in setup_masks_arabic_plan()
Dhb-ot-shape-complex-indic.cc298 hb_script_t script;
/external/freetype/src/autofit/
Dafshaper.c93 static const hb_script_t scripts[] =
112 hb_script_t script; in af_shaper_get_coverage()
/external/skia/tools/shape/
DSkShaper_harfbuzz.cpp189 const hb_script_t script = hb_unicode_script(fHBUnicode, u); in consume()
212 hb_script_t currentScript() const { in currentScript()
219 hb_script_t fCurrentScript;
/external/skqp/tools/shape/
DSkShaper_harfbuzz.cpp187 const hb_script_t script = hb_unicode_script(fHBUnicode, u); in consume()
210 hb_script_t currentScript() const { in currentScript()
217 hb_script_t fCurrentScript;
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt119 hb_script_t

12