HomeSort by relevance Sort by last modified time
    Searched refs:HB_GlyphAttributes (Results 1 - 14 of 14) 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/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 44 memory consumption as HB_CharAttributes and HB_GlyphAttributes will not have
175 } HB_GlyphAttributes;
189 HB_GlyphAttributes *tmpAttributes;
250 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
harfbuzz-shaper.cpp 47 HB_GlyphAttributes *attributes = item->attributes;
211 HB_GlyphAttributes *attributes = item->attributes;
238 HB_GlyphAttributes *attributes = item->attributes;
792 HB_GlyphAttributes *tmpAttributes;
801 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
874 HB_GlyphAttributes *attributes = item->attributes;
    [all...]
harfbuzz-hebrew.c 75 HB_GlyphAttributes *attributes = shaper_item->attributes;
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/harfbuzz_ng/src/
hb-old.cc 330 sizeof (HB_GlyphAttributes) +
337 ALLOCATE_ARRAY (HB_GlyphAttributes, item.attributes, num_glyphs);
  /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 771 m_item.attributes = new HB_GlyphAttributes[size];
    [all...]

Completed in 82 milliseconds