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

12

  /external/chromium_org/third_party/harfbuzz-ng/src/
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-buffer.cc 565 hb_script_t script = unicode->script (info[i].codepoint);
911 hb_script_t script)
929 hb_script_t
hb-ot-shape-complex-indic.cc 305 hb_script_t script;
    [all...]
  /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
  /external/harfbuzz_ng/src/
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/harfbuzz_ng/test/api/
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/base/core/jni/android/graphics/
TextLayoutCache.h 209 hb_script_t script);
223 SkTypeface* setCachedTypeface(SkTypeface** typeface, hb_script_t script, SkTypeface::Style style);
226 bool isComplexScript(hb_script_t script);
TextLayoutCache.cpp 556 hb_script_t script;
561 hb_script_t code_point_to_script(hb_codepoint_t codepoint) {
576 const hb_script_t init_script = code_point_to_script(init_cp);
577 hb_script_t current_script = init_script;
585 const hb_script_t script = code_point_to_script(cp);
619 const hb_script_t init_script = code_point_to_script(init_cp);
620 hb_script_t current_script = init_script;
628 const hb_script_t script = code_point_to_script(cp);
782 hb_script_t script) {
794 bool TextLayoutShaper::isComplexScript(hb_script_t script)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 103 static hb_script_t findScriptForVerticalGlyphSubstitution(hb_face_t* face)
HarfBuzzShaper.cpp 210 inline HarfBuzzShaper::HarfBuzzRun::HarfBuzzRun(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script)
619 hb_script_t script = hb_icu_script_to_script(currentScript);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 786 hb_script_t script;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 786 hb_script_t script;
    [all...]

Completed in 1107 milliseconds

12