Searched defs:logClusters (Results 1 - 11 of 11) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c74 unsigned short *logClusters = shaper_item->log_clusters; local
84 logClusters[0] = 0;
168 logClusters[i] = cluster_start;
H A Dharfbuzz-greek.c360 unsigned short *logClusters = shaper_item->log_clusters; local
373 logClusters[0] = 0;
423 logClusters[i] = cluster_start;
H A Dharfbuzz-tibetan.c210 unsigned short *logClusters = item->log_clusters; local
243 logClusters[i-item->item.pos] = first_glyph;
H A Dharfbuzz-hangul.c191 HB_STACKARRAY(unsigned short, logClusters, len);
193 logClusters[i] = i;
194 item->log_clusters = logClusters;
200 HB_FREE_STACKARRAY(logClusters);
230 unsigned short *logClusters = item->log_clusters; local
257 logClusters[i-item->item.pos] = first_glyph;
H A Dharfbuzz-khmer.c595 unsigned short *logClusters = item->log_clusters; local
635 logClusters[i-item->item.pos] = first_glyph;
H A Dharfbuzz-myanmar.c463 unsigned short *logClusters = item->log_clusters; local
503 logClusters[i-item->item.pos] = first_glyph;
H A Dharfbuzz-arabic.c887 HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters)
990 logClusters[i] = clusterStart;
886 shapedString(const HB_UChar16 *uc, hb_uint32 stringLength, hb_uint32 from, hb_uint32 len, HB_UChar16 *shapeBuffer, int *shapedLength, HB_Bool reverse, HB_GlyphAttributes *attributes, unsigned short *logClusters) argument
H A Dharfbuzz-indic.cpp1829 unsigned short *logClusters = item->log_clusters; local
1863 logClusters[i-item->item.pos] = first_glyph;
H A Dharfbuzz-shaper.cpp427 // also computes logClusters heuristically
443 unsigned short *logClusters = item->log_clusters; local
450 logClusters[i] = glyph_pos;
451 logClusters[++i] = glyph_pos;
453 logClusters[i] = glyph_pos;
478 if (logClusters[i] == pos)
482 while (pos < logClusters[i]) {
496 cStart = logClusters[i];
530 logClusters[i] = cStart;
544 pos = logClusters[lengt
1248 unsigned short *logClusters = item->log_clusters; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h111 const unsigned short* logClusters() const { return m_item.log_clusters; } function in class:WebCore::ComplexTextController
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp485 const unsigned short* logClusters() const { return m_item.log_clusters; } function in class:WebCore::TextRunWalker
815 // logClustersIndex indexes logClusters for the first (or last when
872 while (logClustersIndex > 0 && logClusters()[logClustersIndex] == i)
876 && logClusters()[logClustersIndex] == i)
1000 int glyph = walker.logClusters()[from];
1008 int glyph = walker.logClusters()[to];
1164 const unsigned short* log = walker.logClusters();

Completed in 116 milliseconds