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

/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-shaper.h194 } HB_GlyphAttributes; typedef in typeref:struct:__anon14727
208 HB_GlyphAttributes *tmpAttributes;
265 HB_GlyphAttributes *attributes; /* output: <num_glyphs> glyph attributes */
H A Dharfbuzz-hebrew.c77 HB_GlyphAttributes *attributes = shaper_item->attributes;
H A Dharfbuzz-shaper.cpp249 HB_GlyphAttributes *attributes = item->attributes;
412 HB_GlyphAttributes *attributes = item->attributes;
439 HB_GlyphAttributes *attributes = item->attributes;
1134 HB_GlyphAttributes *tmpAttributes;
1143 tmpAttributes = (HB_GlyphAttributes *) realloc(face->tmpAttributes, face->length*sizeof(HB_GlyphAttributes));
1236 HB_GlyphAttributes *attributes = item->attributes;
H A Dharfbuzz-arabic.c887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
/external/chromium_org/third_party/skia/third_party/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));

Completed in 122 milliseconds