/external/harfbuzz/src/ |
harfbuzz-shaper-private.h | 95 typedef HB_Bool (*HB_ShapeFunction)(HB_ShaperItem *shaper_item); 105 extern HB_Bool HB_BasicShape(HB_ShaperItem *shaper_item); 106 extern HB_Bool HB_GreekShape(HB_ShaperItem *shaper_item); 107 extern HB_Bool HB_TibetanShape(HB_ShaperItem *shaper_item); 108 extern HB_Bool HB_HebrewShape(HB_ShaperItem *shaper_item); 109 extern HB_Bool HB_ArabicShape(HB_ShaperItem *shaper_item); 110 extern HB_Bool HB_HangulShape(HB_ShaperItem *shaper_item); 111 extern HB_Bool HB_MyanmarShape(HB_ShaperItem *shaper_item); 112 extern HB_Bool HB_KhmerShape(HB_ShaperItem *shaper_item); 113 extern HB_Bool HB_IndicShape(HB_ShaperItem *shaper_item) [all...] |
harfbuzz-shaper.h | 265 typedef struct HB_ShaperItem_ HB_ShaperItem; 290 HB_Bool HB_ShapeItem(HB_ShaperItem *item);
|
harfbuzz-hangul.c | 139 static HB_Bool hangul_shape_syllable(HB_ShaperItem *item, HB_Bool openType) 213 HB_Bool HB_HangulShape(HB_ShaperItem *item) 231 HB_ShaperItem syllable;
|
harfbuzz-tibetan.c | 103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) 206 HB_Bool HB_TibetanShape(HB_ShaperItem *item) 212 HB_ShaperItem syllable = *item;
|
harfbuzz-khmer.c | 354 static HB_Bool khmer_shape_syllable(HB_Bool openType, HB_ShaperItem *item) 592 HB_Bool HB_KhmerShape(HB_ShaperItem *item) 598 HB_ShaperItem syllable = *item;
|
harfbuzz-myanmar.c | 254 static HB_Bool myanmar_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) 460 HB_Bool HB_MyanmarShape(HB_ShaperItem *item) 465 HB_ShaperItem syllable = *item;
|
harfbuzz-hebrew.c | 45 HB_Bool HB_HebrewShape(HB_ShaperItem *shaper_item)
|
harfbuzz-shaper.cpp | 242 static inline void positionCluster(HB_ShaperItem *item, int gfrom, int glast) 408 void HB_HeuristicPosition(HB_ShaperItem *item) 428 void HB_HeuristicSetGlyphAttributes(HB_ShaperItem *item) 560 HB_Bool HB_ConvertStringToGlyphIndices(HB_ShaperItem *shaper_item) 574 HB_Bool HB_BasicShape(HB_ShaperItem *shaper_item) [all...] |
harfbuzz-greek.c | 356 HB_Bool HB_GreekShape(HB_ShaperItem *shaper_item)
|
harfbuzz-arabic.c | [all...] |
harfbuzz-indic.cpp | [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper-private.h | 95 typedef HB_Bool (*HB_ShapeFunction)(HB_ShaperItem *shaper_item); 103 extern HB_Bool HB_BasicShape(HB_ShaperItem *shaper_item); 104 extern HB_Bool HB_GreekShape(HB_ShaperItem *shaper_item); 105 extern HB_Bool HB_TibetanShape(HB_ShaperItem *shaper_item); 106 extern HB_Bool HB_HebrewShape(HB_ShaperItem *shaper_item); 107 extern HB_Bool HB_ArabicShape(HB_ShaperItem *shaper_item); 108 extern HB_Bool HB_HangulShape(HB_ShaperItem *shaper_item); 109 extern HB_Bool HB_MyanmarShape(HB_ShaperItem *shaper_item); 110 extern HB_Bool HB_KhmerShape(HB_ShaperItem *shaper_item); 111 extern HB_Bool HB_IndicShape(HB_ShaperItem *shaper_item) [all...] |
harfbuzz-shaper.h | 234 typedef struct HB_ShaperItem_ HB_ShaperItem; 260 HB_Bool HB_ShapeItem(HB_ShaperItem *item);
|
harfbuzz-hangul.c | 139 static HB_Bool hangul_shape_syllable(HB_ShaperItem *item, HB_Bool openType) 213 HB_Bool HB_HangulShape(HB_ShaperItem *item) 231 HB_ShaperItem syllable;
|
harfbuzz-tibetan.c | 103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) 206 HB_Bool HB_TibetanShape(HB_ShaperItem *item) 212 HB_ShaperItem syllable = *item;
|
harfbuzz-shaper.cpp | 41 static inline void positionCluster(HB_ShaperItem *item, int gfrom, int glast) 208 void HB_HeuristicPosition(HB_ShaperItem *item) 228 void HB_HeuristicSetGlyphAttributes(HB_ShaperItem *item) 349 HB_Bool HB_ConvertStringToGlyphIndices(HB_ShaperItem *shaper_item) 363 HB_Bool HB_BasicShape(HB_ShaperItem *shaper_item) 696 HB_Bool HB_SelectScript(HB_ShaperItem *shaper_item, const HB_OpenTypeFeature *features) 790 HB_Bool HB_OpenTypeShape(HB_ShaperItem *item, const hb_uint32 *properties) 850 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters) [all...] |
harfbuzz-khmer.c | 354 static HB_Bool khmer_shape_syllable(HB_Bool openType, HB_ShaperItem *item) 592 HB_Bool HB_KhmerShape(HB_ShaperItem *item) 598 HB_ShaperItem syllable = *item;
|
harfbuzz-myanmar.c | 254 static HB_Bool myanmar_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) 461 HB_Bool HB_MyanmarShape(HB_ShaperItem *item) 466 HB_ShaperItem syllable = *item;
|
harfbuzz-hebrew.c | 45 HB_Bool HB_HebrewShape(HB_ShaperItem *shaper_item)
|
harfbuzz-greek.c | 356 HB_Bool HB_GreekShape(HB_ShaperItem *shaper_item)
|
harfbuzz-arabic.c | [all...] |
harfbuzz-indic.cpp | [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-old.cc | 312 HB_ShaperItem item = {0};
|
/external/harfbuzz_ng/src/ |
hb-old.cc | 312 HB_ShaperItem item = {0};
|
/external/harfbuzz/tests/shaping/ |
main.cpp | 224 HB_ShaperItem shaper_item;
|