Searched refs:log_clusters (Results 1 – 16 of 16) sorted by relevance
| /external/harfbuzz_ng/src/ |
| D | hb-uniscribe.cc | 759 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 770 log_clusters[chars_len++] = cluster; in _hb_uniscribe_shape() 772 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_uniscribe_shape() 851 while (log_clusters[k] < range->index_first) in _hb_uniscribe_shape() 853 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape() 895 log_clusters + chars_offset, in _hb_uniscribe_shape() 923 log_clusters[j] += glyphs_offset; in _hb_uniscribe_shape() 934 log_clusters + chars_offset, in _hb_uniscribe_shape() 966 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]]; in _hb_uniscribe_shape()
|
| D | hb-coretext.cc | 636 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len); in _hb_coretext_shape() 644 log_clusters[chars_len++] = cluster; in _hb_coretext_shape() 646 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape() 654 while (log_clusters[k] < range->index_first) in _hb_coretext_shape() 656 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
|
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| D | hb-uniscribe.cc | 762 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 773 log_clusters[chars_len++] = cluster; in _hb_uniscribe_shape() 775 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_uniscribe_shape() 854 while (log_clusters[k] < range->index_first) in _hb_uniscribe_shape() 856 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape() 898 log_clusters + chars_offset, in _hb_uniscribe_shape() 926 log_clusters[j] += glyphs_offset; in _hb_uniscribe_shape() 937 log_clusters + chars_offset, in _hb_uniscribe_shape() 969 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]]; in _hb_uniscribe_shape()
|
| D | hb-coretext.cc | 638 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len); in _hb_coretext_shape() 646 log_clusters[chars_len++] = cluster; in _hb_coretext_shape() 648 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape() 656 while (log_clusters[k] < range->index_first) in _hb_coretext_shape() 658 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
|
| /external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
| D | harfbuzz-hangul.c | 194 item->log_clusters = logClusters; in hangul_shape_syllable() 230 unsigned short *logClusters = item->log_clusters; in HB_HangulShape()
|
| D | harfbuzz-shape.h | 169 int *log_clusters; /* Uniscribe style */ member
|
| D | harfbuzz-hebrew.c | 76 unsigned short *logClusters = shaper_item->log_clusters; in HB_HebrewShape()
|
| D | harfbuzz-shaper.h | 268 …unsigned short *log_clusters; /* output: for each output glyph, the index in the input o… member
|
| D | harfbuzz-tibetan.c | 209 unsigned short *logClusters = item->log_clusters; in HB_TibetanShape()
|
| D | harfbuzz-shaper.cpp | 440 unsigned short *logClusters = item->log_clusters; in HB_HeuristicSetGlyphAttributes() 1156 face->tmpLogClusters[i] = item->log_clusters[i]; in HB_OpenTypeShape() 1248 unsigned short *logClusters = item->log_clusters; in HB_OpenTypePosition() 1331 DEBUG(" log[%d] = %d", j, item->log_clusters[j]); in HB_OpenTypePosition()
|
| D | harfbuzz-khmer.c | 595 unsigned short *logClusters = item->log_clusters; in HB_KhmerShape()
|
| D | harfbuzz-myanmar.c | 467 unsigned short *logClusters = item->log_clusters; in HB_MyanmarShape()
|
| D | harfbuzz-arabic.c | 1128 item->attributes, item->log_clusters); in HB_ArabicShape()
|
| D | harfbuzz-indic.cpp | 1624 item->log_clusters = clusters; in indic_shape_syllable() 1806 unsigned short *logClusters = item->log_clusters; in HB_IndicShape()
|
| /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/ |
| D | main.cpp | 261 shaper_item.log_clusters = hb_logClusters.data(); in shaping()
|
| /external/chromium_org/ui/gfx/ |
| D | render_text_pango.cc | 521 run->glyphs->log_clusters[glyph_index]); in GetGlyphTextIndex()
|