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

1 2

  /external/harfbuzz_ng/src/
hb-icu.h 39 HB_EXTERN hb_script_t
43 hb_icu_script_from_script (hb_script_t script);
hb-glib.h 39 HB_EXTERN hb_script_t
43 hb_glib_script_from_script (hb_script_t script);
hb-ot-shape-complex-arabic-private.hh 48 hb_script_t script);
hb-ot-tag.h 43 hb_ot_tags_from_script (hb_script_t script,
47 HB_EXTERN hb_script_t
hb-common.cc 361 /* hb_script_t */
367 * Converts an ISO 15924 script tag to a corresponding #hb_script_t.
370 * An #hb_script_t corresponding to the ISO 15924 tag.
374 hb_script_t
402 return (hb_script_t) tag;
415 * corresponding #hb_script_t. Shorthand for hb_tag_from_string() then
419 * An #hb_script_t corresponding to the ISO 15924 tag.
423 hb_script_t
441 hb_script_to_iso15924_tag (hb_script_t script)
457 hb_script_get_horizontal_direction (hb_script_t script
    [all...]
hb-common.h 157 /* hb_script_t */
317 /* Dummy values to ensure any hb_tag_t value can be passed/stored as hb_script_t
319 * since technically enums are int, and indeed, hb_script_t ends up being signed.
327 } hb_script_t; typedef in typeref:enum:__anon11647
332 HB_EXTERN hb_script_t
335 HB_EXTERN hb_script_t
339 hb_script_to_iso15924_tag (hb_script_t script);
342 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-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[] =
188 static hb_script_t
hb-buffer.h 103 * @script: the #hb_script_t of the buffer, see hb_buffer_set_script().
112 hb_script_t script;
202 hb_script_t script);
204 HB_EXTERN hb_script_t
hb-icu.cc 43 hb_script_t
53 hb_icu_script_from_script (hb_script_t script)
153 static hb_script_t
hb-unicode.h 234 typedef hb_script_t (*hb_unicode_script_func_t) (hb_unicode_funcs_t *ufuncs,
448 HB_EXTERN 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 641 hb_script_t script = unicode->script (info[i].codepoint);
937 * @script: an #hb_script_t to set.
945 * You can pass one of the predefined #hb_script_t values, or use
953 hb_script_t script)
968 * The #hb_script_t of the @buffer.
972 hb_script_t
    [all...]
hb-ot-shape-complex-use.cc 164 has_arabic_joining (hb_script_t script)
  /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);
  /frameworks/minikin/libs/minikin/
FontLanguage.h 58 bool supportsHbScript(hb_script_t script) const;
FontLanguage.cpp 134 bool FontLanguage::supportsHbScript(hb_script_t script) const {
136 "The Minikin script and HarfBuzz hb_script_t have different encodings.");
Layout.cpp 351 static hb_script_t codePointToScript(hb_codepoint_t codepoint) {
382 static hb_script_t getScriptRun(const uint16_t* chars, size_t len, ssize_t* iter) {
387 hb_script_t current_script = codePointToScript(cp);
393 const hb_script_t script = codePointToScript(cp);
418 static bool isScriptOkForLetterspacing(hb_script_t script) {
757 hb_script_t script = getScriptRun(buf + start, run.end, &srunend);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
hbshim.c 92 static const hb_script_t scripts[] =
110 hb_script_t script;
  /external/freetype/src/autofit/
afshaper.c 92 static const hb_script_t scripts[] =
111 hb_script_t script;
  /frameworks/minikin/tests/
FontFamilyTest.cpp 200 hb_script_t script = hb_script_from_iso15924_tag(

Completed in 202 milliseconds

1 2