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

  /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/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 138 HB_ShaperItem m_item;
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.h 181 HB_ShaperItem mShaperItem;
TextLayoutCache.cpp 500 static void logGlyphs(HB_ShaperItem shaperItem) {
    [all...]
  /external/harfbuzz/tests/shaping/
main.cpp 224 HB_ShaperItem shaper_item;
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 513 HB_ShaperItem m_item;
    [all...]

Completed in 80 milliseconds