Home | History | Annotate | Download | only in hb-old

Lines Matching refs:logClusters

227 // also computes logClusters heuristically
239 unsigned short *logClusters = item->log_clusters;
246 logClusters[i] = glyph_pos;
247 logClusters[++i] = glyph_pos;
249 logClusters[i] = glyph_pos;
267 if (logClusters[i] == pos)
271 while (pos < logClusters[i]) {
285 cStart = logClusters[i];
319 logClusters[i] = cStart;
333 pos = logClusters[length-1];
886 unsigned short *logClusters = item->log_clusters;
889 // #### the reconstruction of the logclusters currently does not work if the original string
897 logClusters[j] = clusterStart;
903 logClusters[j] = clusterStart;