HomeSort by relevance Sort by last modified time
    Searched refs:hb_script_t (Results 1 - 24 of 24) 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 280 /* hb_script_t */
282 hb_script_t
310 return (hb_script_t) tag;
316 hb_script_t
323 hb_script_to_iso15924_tag (hb_script_t script)
329 hb_script_get_horizontal_direction (hb_script_t script)
hb-common.h 149 /* hb_script_t */
285 } hb_script_t; typedef in typeref:enum:__anon8375
290 hb_script_t
295 hb_script_t
299 hb_script_to_iso15924_tag (hb_script_t script);
302 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-ucdn.cc 23 static const hb_script_t ucdn_script_translate[] =
159 static hb_script_t
hb-ot-tag.cc 36 /* hb_script_t */
39 hb_ot_old_tag_from_script (hb_script_t script)
64 static hb_script_t
80 return (hb_script_t) (tag & ~0x20000000);
84 hb_ot_new_tag_from_script (hb_script_t script)
102 static hb_script_t
131 hb_ot_tags_from_script (hb_script_t script,
147 hb_script_t
hb-unicode.h 234 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs,
335 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 63 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
hb-unicode.cc 73 static hb_script_t
hb-old.cc 41 hb_old_script_from_script (hb_script_t script)
hb-buffer.cc 513 hb_script_t script = unicode->script (info[i].codepoint);
732 hb_script_t script)
740 hb_script_t
hb-ot-shape-complex-indic.cc 299 hb_script_t script;
    [all...]
  /external/skia/include/ports/
SkTypeface_android.h 27 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
  /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/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 38 ctypedef enum hb_script_t :
42 hb_script_t hb_ot_tag_to_script (hb_tag_t tag)
69 void hb_buffer_set_script(hb_buffer_t *buffer, hb_script_t script)
70 hb_script_t hb_buffer_get_script(hb_buffer_t *buffer)
142 cdef hb_script_t scriptnum
165 cdef hb_script_t script
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 205 hb_script_t script);
219 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style);
222 bool isComplexScript(hb_script_t script);
TextLayoutCache.cpp 559 hb_script_t script;
564 hb_script_t code_point_to_script(hb_codepoint_t codepoint) {
579 const hb_script_t init_script = code_point_to_script(init_cp);
580 hb_script_t current_script = init_script;
588 const hb_script_t script = code_point_to_script(cp);
622 const hb_script_t init_script = code_point_to_script(init_cp);
623 hb_script_t current_script = init_script;
631 const hb_script_t script = code_point_to_script(cp);
775 hb_script_t script) {
787 bool TextLayoutShaper::isComplexScript(hb_script_t script)
    [all...]
  /external/skia/src/ports/
SkFontHost_android.cpp     [all...]

Completed in 231 milliseconds