Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc636 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
647 log_clusters[chars_len++] = cluster; in _hb_uniscribe_shape()
649 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_uniscribe_shape()
744 log_clusters, in _hb_uniscribe_shape()
765 log_clusters + chars_offset, in _hb_uniscribe_shape()
792 log_clusters[j] += glyphs_offset; in _hb_uniscribe_shape()
803 log_clusters + chars_offset, in _hb_uniscribe_shape()
835 uint32_t *p = &vis_clusters[log_clusters[buffer->info[i].utf16_index()]]; in _hb_uniscribe_shape()
H A Dhb-coretext-shape.cc805 ALLOCATE_ARRAY (unsigned int, log_clusters, chars_len, ((void)nullptr) /*nothing*/); in _hb_coretext_shape()
811 log_clusters[chars_len++] = cluster; in _hb_coretext_shape()
813 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_coretext_shape()
854log_clusters = reinterpret_cast<unsigned int *> (((char *) scratch + ((char *) log_clusters - (cha… in _hb_coretext_shape()
909 while (log_clusters[k] < range->index_first) in _hb_coretext_shape()
911 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
1109 info->cluster = log_clusters[j]; in _hb_coretext_shape()
1168 info->cluster = log_clusters[string_indices[j]]; in _hb_coretext_shape()
H A Dhb-ms-feature-ranges.hh194 uint16_t *log_clusters, in hb_ms_make_feature_ranges() argument
205 while (log_clusters[i] < range->index_first) in hb_ms_make_feature_ranges()
207 while (log_clusters[i] > range->index_last) in hb_ms_make_feature_ranges()
H A Dhb-directwrite.cc583 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_directwrite_shape()
590 log_clusters[chars_len++] = cluster; in _hb_directwrite_shape()
592 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_directwrite_shape()
646 log_clusters, in _hb_directwrite_shape()
744 &vis_clusters[log_clusters[buffer->info[i].utf16_index ()]]; in _hb_directwrite_shape()