Searched refs:log_clusters (Results 1 - 25 of 27) sorted by relevance

12

/external/harfbuzz/src/
H A Dharfbuzz-shape.h169 int *log_clusters; /* Uniscribe style */ member in struct:_HB_GlyphBuffer
H A Dharfbuzz-hangul.c194 item->log_clusters = logClusters;
230 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-hebrew.c74 unsigned short *logClusters = shaper_item->log_clusters;
H A Dharfbuzz-shaper.h277 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_
H A Dharfbuzz-tibetan.c210 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-greek.c360 unsigned short *logClusters = shaper_item->log_clusters;
H A Dharfbuzz-khmer.c595 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-myanmar.c463 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-shaper.cpp443 unsigned short *logClusters = item->log_clusters;
1176 face->tmpLogClusters[i] = item->log_clusters[i];
1183 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
1201 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
1248 unsigned short *logClusters = item->log_clusters;
1332 DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
H A Dharfbuzz-arabic.c1133 item->attributes, item->log_clusters);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-uniscribe.cc282 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
359 log_clusters + chars_offset,
387 log_clusters[j] += glyphs_offset;
398 log_clusters + chars_offset,
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]];
H A Dhb-old.cc315 ALLOCATE_ARRAY (unsigned short, item.log_clusters, chars_len + 2);
368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]];
/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc282 ALLOCATE_ARRAY (WORD, log_clusters, chars_len);
359 log_clusters + chars_offset,
387 log_clusters[j] += glyphs_offset;
398 log_clusters + chars_offset,
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]];
H A Dhb-old.cc315 ALLOCATE_ARRAY (unsigned short, item.log_clusters, chars_len + 2);
368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]];
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-hangul.c194 item->log_clusters = logClusters;
230 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-hebrew.c74 unsigned short *logClusters = shaper_item->log_clusters;
H A Dharfbuzz-shaper.h246 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! */
H A Dharfbuzz-shaper.cpp239 unsigned short *logClusters = item->log_clusters;
814 face->tmpLogClusters[i] = item->log_clusters[i];
821 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
839 // DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
886 unsigned short *logClusters = item->log_clusters;
969 DEBUG(" log[%d] = %d", j, item->log_clusters[j]);
H A Dharfbuzz-tibetan.c210 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-greek.c360 unsigned short *logClusters = shaper_item->log_clusters;
H A Dharfbuzz-khmer.c595 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-myanmar.c464 unsigned short *logClusters = item->log_clusters;
H A Dharfbuzz-arabic.c1133 item->attributes, item->log_clusters);
/external/chromium_org/ui/gfx/
H A Drender_text_linux.cc506 run->glyphs->log_clusters[glyph_index]);
/external/harfbuzz/tests/shaping/
H A Dmain.cpp261 shaper_item.log_clusters = hb_logClusters.data();

Completed in 279 milliseconds

12