Searched refs:HB_ShaperItem (Results 1 - 14 of 14) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-shaper-private.h95 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_ite
[all...]
H A Dharfbuzz-shaper.h265 typedef struct HB_ShaperItem_ HB_ShaperItem; typedef in typeref:struct:HB_ShaperItem_
290 HB_Bool HB_ShapeItem(HB_ShaperItem *item);
H A Dharfbuzz-hangul.c139 static HB_Bool hangul_shape_syllable(HB_ShaperItem *item, HB_Bool openType)
213 HB_Bool HB_HangulShape(HB_ShaperItem *item)
231 HB_ShaperItem syllable;
H A Dharfbuzz-tibetan.c103 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;
H A Dharfbuzz-khmer.c354 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;
H A Dharfbuzz-myanmar.c254 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;
H A Dharfbuzz-hebrew.c45 HB_Bool HB_HebrewShape(HB_ShaperItem *shaper_item)
H A Dharfbuzz-shaper.cpp242 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)
1052 HB_Bool HB_SelectScript(HB_ShaperItem *shaper_item, const HB_OpenTypeFeature *features)
1152 HB_Bool HB_OpenTypeShape(HB_ShaperItem *item, const hb_uint32 *properties)
1212 HB_Bool HB_OpenTypePosition(HB_ShaperItem *item, int availableGlyphs, HB_Bool doLogClusters)
1346 HB_Bool HB_ShapeItem(HB_ShaperItem *shaper_item)
H A Dharfbuzz-greek.c356 HB_Bool HB_GreekShape(HB_ShaperItem *shaper_item)
H A Dharfbuzz-arabic.c1031 static HB_Bool arabicSyriacOpenTypeShape(HB_ShaperItem *item, HB_Bool *ot_ok)
1101 HB_Bool HB_ArabicShape(HB_ShaperItem *item)
H A Dharfbuzz-indic.cpp1198 static bool indic_shape_syllable(HB_Bool openType, HB_ShaperItem *item, bool invalid)
1821 HB_Bool HB_IndicShape(HB_ShaperItem *item)
1831 HB_ShaperItem syllable = *item;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h138 HB_ShaperItem m_item;
/external/harfbuzz/tests/shaping/
H A Dmain.cpp224 HB_ShaperItem shaper_item;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp513 HB_ShaperItem m_item;

Completed in 752 milliseconds