HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_t (Results 1 - 20 of 20) sorted by null

  /external/harfbuzz_ng/src/
hb-glib.h 39 hb_script_t
43 hb_glib_script_from_script (hb_script_t script);
hb-icu.h 39 hb_script_t
43 hb_icu_script_from_script (hb_script_t script);
hb-ot-tag.h 43 hb_ot_tags_from_script (hb_script_t script,
47 hb_script_t
hb-common.cc 355 /* hb_script_t */
367 hb_script_t
395 return (hb_script_t) tag;
412 hb_script_t
429 hb_script_to_iso15924_tag (hb_script_t script)
445 hb_script_get_horizontal_direction (hb_script_t script)
hb-common.h 152 /* hb_script_t */
302 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
304 * since technically enums are int, and indeed, hb_script_t ends up being signed.
312 } hb_script_t; typedef in typeref:enum:__anon9719
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);
hb-glib.cc 37 static const hb_script_t
160 hb_script_t
164 return (hb_script_t) g_unicode_script_to_iso15924 (script);
177 hb_glib_script_from_script (hb_script_t script)
231 static hb_script_t
hb-buffer.h 67 hb_script_t script;
149 hb_script_t script);
151 hb_script_t
hb-ot-tag.cc 35 /* hb_script_t */
38 hb_ot_old_tag_from_script (hb_script_t script)
63 static hb_script_t
79 return (hb_script_t) (tag & ~0x20000000u);
83 hb_ot_new_tag_from_script (hb_script_t script)
101 static hb_script_t
130 hb_ot_tags_from_script (hb_script_t script,
146 hb_script_t
    [all...]
hb-ucdn.cc 23 static const hb_script_t ucdn_script_translate[] =
182 static hb_script_t
hb-unicode.h 234 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs,
423 hb_script_t
hb-icu.cc 42 hb_script_t
52 hb_icu_script_from_script (hb_script_t script)
152 static hb_script_t
hb-unicode-private.hh 61 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
hb-unicode.cc 73 static hb_script_t
hb-buffer.cc 574 hb_script_t script = unicode->script (info[i].codepoint);
921 hb_script_t script)
939 hb_script_t
hb-ot-shape-complex-indic.cc 306 hb_script_t script;
    [all...]
  /external/harfbuzz_ng/test/api/
test-ot-tag.c 37 test_simple_tags (const char *s, hb_script_t script)
39 hb_script_t tag;
40 hb_script_t t1, t2;
54 test_indic_tags (const char *s1, const char *s2, hb_script_t script)
56 hb_script_t tag1, tag2;
57 hb_script_t t1, t2;
75 hb_script_t t1, t2;
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)
736 static hb_script_t
737 script_roundtrip_glib (hb_script_t script)
744 static hb_script_t
745 script_roundtrip_icu (hb_script_t script)
754 typedef hb_script_t (*roundtrip_func_t) (hb_script_t);
    [all...]
test-common.c 146 g_assert_cmpint (HB_SCRIPT_INVALID, ==, (hb_script_t) HB_TAG_NONE);
  /external/freetype/src/autofit/
hbshim.c 92 static const hb_script_t scripts[] =
110 hb_script_t script;
  /frameworks/minikin/libs/minikin/
Layout.cpp 407 static hb_script_t codePointToScript(hb_codepoint_t codepoint) {
438 static hb_script_t getScriptRun(const uint16_t* chars, size_t len, ssize_t* iter) {
443 hb_script_t current_script = codePointToScript(cp);
449 const hb_script_t script = codePointToScript(cp);
524 static bool isScriptOkForLetterspacing(hb_script_t script) {
734 hb_script_t script = getScriptRun(buf + start, run.end, &srunend);
    [all...]

Completed in 123 milliseconds