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

  /external/harfbuzz/src/
harfbuzz-shaper.h 44 memory consumption as HB_CharAttributes and HB_GlyphAttributes will not have
206 } HB_GlyphAttributes;
220 HB_GlyphAttributes *tmpAttributes;
281 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
harfbuzz-hebrew.c 75 HB_GlyphAttributes *attributes = shaper_item->attributes;
harfbuzz-shaper.cpp 248 HB_GlyphAttributes *attributes = item->attributes;
411 HB_GlyphAttributes *attributes = item->attributes;
442 HB_GlyphAttributes *attributes = item->attributes;
    [all...]
harfbuzz-greek.c 361 HB_GlyphAttributes *attributes = shaper_item->attributes;
harfbuzz-arabic.c 887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 242 m_item.attributes = new HB_GlyphAttributes[size];
260 memset(m_item.attributes, 0, size * sizeof(HB_GlyphAttributes));
  /external/harfbuzz/tests/shaping/
main.cpp 240 QVarLengthArray<HB_GlyphAttributes> hb_attributes(shaper_item.num_glyphs);
253 memset(hb_attributes.data(), 0, hb_attributes.size() * sizeof(HB_GlyphAttributes));
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 824 m_item.attributes = new HB_GlyphAttributes[size];
    [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp     [all...]

Completed in 1439 milliseconds