/external/chromium_org/third_party/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 | 353 /* hb_script_t */ 365 hb_script_t 393 return (hb_script_t) tag; 410 hb_script_t 427 hb_script_to_iso15924_tag (hb_script_t script) 443 hb_script_get_horizontal_direction (hb_script_t script)
|
hb-common.h | 149 /* hb_script_t */ 274 } hb_script_t; typedef in typeref:enum:__anon11182 276 /* These are moved out of hb_script_t because glib-mkenums chokes otherwise. */ 306 hb_script_t 311 hb_script_t 315 hb_script_to_iso15924_tag (hb_script_t script); 318 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, 423 hb_script_t
|
/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:__anon18587 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
|
/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;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzFace.h | 70 hb_script_t m_scriptForVerticalText;
|
HarfBuzzShaper.h | 71 static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script) 94 hb_script_t script() { return m_script; } 97 HarfBuzzRun(const SimpleFontData*, unsigned startIndex, unsigned numCharacters, TextDirection, hb_script_t); 104 hb_script_t m_script;
|
/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_android.h | 105 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
|
/external/skia/include/ports/ |
SkTypeface_android.h | 105 SK_API SkTypeface* SkCreateTypefaceForScriptNG(hb_script_t script, SkTypeface::Style style,
|