Searched refs:HB_GlyphAttributes (Results 1 - 8 of 8) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-shaper.h44 memory consumption as HB_CharAttributes and HB_GlyphAttributes will not have
206 } HB_GlyphAttributes; typedef in typeref:struct:__anon5156
220 HB_GlyphAttributes *tmpAttributes;
281 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
H A Dharfbuzz-hebrew.c75 HB_GlyphAttributes *attributes = shaper_item->attributes;
H A Dharfbuzz-shaper.cpp248 HB_GlyphAttributes *attributes = item->attributes;
411 HB_GlyphAttributes *attributes = item->attributes;
442 HB_GlyphAttributes *attributes = item->attributes;
1148 HB_GlyphAttributes *tmpAttributes;
1157 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
1230 HB_GlyphAttributes *attributes = item->attributes;
H A Dharfbuzz-greek.c361 HB_GlyphAttributes *attributes = shaper_item->attributes;
H A Dharfbuzz-arabic.c887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.cpp242 m_item.attributes = new HB_GlyphAttributes[size];
260 memset(m_item.attributes, 0, size * sizeof(HB_GlyphAttributes));
/external/harfbuzz/tests/shaping/
H A Dmain.cpp240 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/
H A DFontAndroid.cpp824 m_item.attributes = new HB_GlyphAttributes[size];

Completed in 165 milliseconds