/external/harfbuzz/src/ |
harfbuzz-shape.h | 169 int *log_clusters; /* Uniscribe style */ member in struct:_HB_GlyphBuffer
|
harfbuzz-shaper.h | 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ 284 unsigned short *log_clusters; /* output: for each output glyph, the index in the input of the start of its logical cluster */ member in struct:HB_ShaperItem_
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.h | 246 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ 253 unsigned short *log_clusters; /* output: for each output glyph, the index in the input of the start of its logical cluster */ member in struct:HB_ShaperItem_ 254 /* XXX the discription for log_clusters is wrong. It maps each input position to output glyph position! */
|