/external/harfbuzz/src/ |
harfbuzz-shaper-private.h | 96 typedef void (*HB_AttributeFunction)(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 115 extern void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 117 extern void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 119 extern void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 121 extern void HB_IndicAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes); 123 extern void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *string, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes);
|
harfbuzz-shaper.h | 123 } HB_Script; 129 HB_Script script; 216 HB_Script current_script;
|
harfbuzz-thai.c | 105 void HB_ThaiAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
|
harfbuzz-tibetan.c | 251 void HB_TibetanAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
|
harfbuzz-khmer.c | 644 void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
|
harfbuzz-myanmar.c | 512 void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes)
|
harfbuzz-indic.cpp | [all...] |
harfbuzz-shaper.cpp | 662 HB_Script script = items[i].script; [all...] |
/external/harfbuzz/contrib/ |
harfbuzz-unicode.h | 27 HB_Script code_point_to_script(uint32_t cp);
|
harfbuzz-unicode.c | 79 HB_Script 106 const HB_Script init_script = code_point_to_script(init_cp); 107 HB_Script current_script = init_script; 118 const HB_Script script = code_point_to_script(cp); 159 const HB_Script init_script = code_point_to_script(init_cp); 160 HB_Script current_script = init_script; 171 const HB_Script script = code_point_to_script(cp);
|
/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_android.h | 108 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
|
/external/skia/include/ports/ |
SkTypeface_android.h | 108 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.h | 123 } HB_Script; 129 HB_Script script; 185 HB_Script current_script;
|
harfbuzz-shaper.cpp | 698 HB_Script script = shaper_item->item.script; [all...] |
harfbuzz-indic.cpp | [all...] |
/external/harfbuzz/tests/linebreaking/ |
main.cpp | 35 static QVector<HB_CharAttributes> getCharAttributes(const QString &str, HB_Script script = HB_Script_Common)
|
/external/harfbuzz_ng/src/ |
hb-old.cc | 40 static HB_Script
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 785 HB_Script script_old; [all...] |
/external/skia/src/ports/ |
SkFontConfigInterface_android.cpp | 785 HB_Script script_old; [all...] |
/external/harfbuzz/contrib/tables/ |
script-properties.h | 12 HB_Script script;
|
/external/harfbuzz/tests/shaping/ |
main.cpp | 210 static bool shaping(FT_Face face, const ShapeTable *s, HB_Script script)
|