Home
last modified time | relevance | path

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

12

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc282 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
359 log_clusters + chars_offset, in _hb_uniscribe_shape()
387 log_clusters[j] += glyphs_offset; in _hb_uniscribe_shape()
398 log_clusters + chars_offset, in _hb_uniscribe_shape()
422 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]]; in _hb_uniscribe_shape()
Dhb-old.cc315 ALLOCATE_ARRAY (unsigned short, item.log_clusters, chars_len + 2); in _hb_old_shape()
368 uint32_t *p = &vis_clusters[item.log_clusters[buffer->info[i].utf16_index()]]; in _hb_old_shape()
/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-khmer.c595 unsigned short *logClusters = item->log_clusters; in HB_KhmerShape()
Dharfbuzz-myanmar.c463 unsigned short *logClusters = item->log_clusters; in HB_MyanmarShape()
Dharfbuzz-arabic.c1133 item->attributes, item->log_clusters); in HB_ArabicShape()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-hangul.c194 item->log_clusters = logClusters; in hangul_shape_syllable()
230 unsigned short *logClusters = item->log_clusters; in HB_HangulShape()
Dharfbuzz-hebrew.c74 unsigned short *logClusters = shaper_item->log_clusters; in HB_HebrewShape()
Dharfbuzz-shaper.h253 …unsigned short *log_clusters; /* output: for each output glyph, the index in the input o… member
Dharfbuzz-shaper.cpp239 unsigned short *logClusters = item->log_clusters; in HB_HeuristicSetGlyphAttributes()
814 face->tmpLogClusters[i] = item->log_clusters[i]; in HB_OpenTypeShape()
886 unsigned short *logClusters = item->log_clusters; in HB_OpenTypePosition()
969 DEBUG(" log[%d] = %d", j, item->log_clusters[j]); in HB_OpenTypePosition()
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-myanmar.c464 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()
/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()

12