HomeSort by relevance Sort by last modified time
    Searched refs:HB_Script (Results 1 - 18 of 18) sorted by null

  /external/skia/include/ports/
SkTypeface_android.h 26 SK_API SkTypeface* SkCreateTypefaceForScript(HB_Script script, SkTypeface::Style style,
  /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
102 const HB_Script init_script = code_point_to_script(init_cp);
103 HB_Script current_script = init_script;
114 const HB_Script script = code_point_to_script(cp);
155 const HB_Script init_script = code_point_to_script(init_cp);
156 HB_Script current_script = init_script;
167 const HB_Script script = code_point_to_script(cp);
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 222 HB_Script script);
236 SkTypeface* getCachedTypeface(SkTypeface** typeface, HB_Script script, SkTypeface::Style style);
242 bool isComplexScript(HB_Script script);
TextLayoutCache.cpp 762 HB_Script script) {
774 bool TextLayoutShaper::isComplexScript(HB_Script script) {
    [all...]
  /external/harfbuzz/tests/linebreaking/
main.cpp 35 static QVector<HB_CharAttributes> getCharAttributes(const QString &str, HB_Script script = HB_Script_Common)
  /external/skia/src/ports/
SkFontHost_android.cpp     [all...]
  /external/harfbuzz/contrib/tables/
script-properties.h 12 HB_Script script;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 496 const FontPlatformData* setupComplexFont(HB_Script script, const FontPlatformData& platformData);
692 HB_Script script, const FontPlatformData& platformData)
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 210 static bool shaping(FT_Face face, const ShapeTable *s, HB_Script script)

Completed in 271 milliseconds