Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-hangul.c194 item->log_clusters = logClusters; in hangul_shape_syllable()
230 unsigned short *logClusters = item->log_clusters; in HB_HangulShape()
Dharfbuzz-shape.h169 int *log_clusters; /* Uniscribe style */ member
Dharfbuzz-hebrew.c74 unsigned short *logClusters = shaper_item->log_clusters; in HB_HebrewShape()
Dharfbuzz-shaper.h284 …unsigned short *log_clusters; /* output: for each output glyph, the index in the input o… member
Dharfbuzz-greek.c360 unsigned short *logClusters = shaper_item->log_clusters; in HB_GreekShape()
Dharfbuzz-tibetan.c210 unsigned short *logClusters = item->log_clusters; in HB_TibetanShape()
Dharfbuzz-shaper.cpp443 unsigned short *logClusters = item->log_clusters; in HB_HeuristicSetGlyphAttributes()
1176 face->tmpLogClusters[i] = item->log_clusters[i]; in HB_OpenTypeShape()
1248 unsigned short *logClusters = item->log_clusters; in HB_OpenTypePosition()
1332 DEBUG(" log[%d] = %d", j, item->log_clusters[j]); in HB_OpenTypePosition()
Dharfbuzz-myanmar.c463 unsigned short *logClusters = item->log_clusters; in HB_MyanmarShape()
Dharfbuzz-khmer.c595 unsigned short *logClusters = item->log_clusters; in HB_KhmerShape()
Dharfbuzz-arabic.c1133 item->attributes, item->log_clusters); in HB_ArabicShape()
Dharfbuzz-indic.cpp1643 item->log_clusters = clusters; in indic_shape_syllable()
1829 unsigned short *logClusters = item->log_clusters; in HB_IndicShape()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h111 const unsigned short* logClusters() const { return m_item.log_clusters; } in logClusters()
DComplexTextControllerLinux.cpp67 m_item.log_clusters = new unsigned short[m_run.length()]; in ComplexTextController()
84 delete[] m_item.log_clusters; in ~ComplexTextController()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp485 const unsigned short* logClusters() const { return m_item.log_clusters; } in logClusters()
560 m_item.log_clusters = new unsigned short[m_run.length()]; in TextRunWalker()
577 delete[] m_item.log_clusters; in ~TextRunWalker()
/external/harfbuzz/tests/shaping/
Dmain.cpp261 shaper_item.log_clusters = hb_logClusters.data(); in shaping()