Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc759 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()
Dhb-coretext.cc636 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/
Dhb-uniscribe.cc762 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()
Dhb-coretext.cc638 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/
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.c76 unsigned short *logClusters = shaper_item->log_clusters; in HB_HebrewShape()
Dharfbuzz-shaper.h268 …unsigned short *log_clusters; /* output: for each output glyph, the index in the input o… member
Dharfbuzz-tibetan.c209 unsigned short *logClusters = item->log_clusters; in HB_TibetanShape()
Dharfbuzz-shaper.cpp440 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()
Dharfbuzz-khmer.c595 unsigned short *logClusters = item->log_clusters; in HB_KhmerShape()
Dharfbuzz-myanmar.c467 unsigned short *logClusters = item->log_clusters; in HB_MyanmarShape()
Dharfbuzz-arabic.c1128 item->attributes, item->log_clusters); in HB_ArabicShape()
Dharfbuzz-indic.cpp1624 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/
Dmain.cpp261 shaper_item.log_clusters = hb_logClusters.data(); in shaping()
/external/chromium_org/ui/gfx/
Drender_text_pango.cc521 run->glyphs->log_clusters[glyph_index]); in GetGlyphTextIndex()