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

/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);
H A Dharfbuzz-indic.cpp1643 item->log_clusters = clusters;
1829 unsigned short *logClusters = item->log_clusters;
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h111 const unsigned short* logClusters() const { return m_item.log_clusters; }
H A DComplexTextControllerLinux.cpp67 m_item.log_clusters = new unsigned short[m_run.length()];
84 delete[] m_item.log_clusters;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp485 const unsigned short* logClusters() const { return m_item.log_clusters; }
560 m_item.log_clusters = new unsigned short[m_run.length()];
577 delete[] m_item.log_clusters;
/external/harfbuzz/tests/shaping/
H A Dmain.cpp261 shaper_item.log_clusters = hb_logClusters.data();

Completed in 141 milliseconds