Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc1062 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : NULL; in _hb_coretext_shape() local
1063 if (!string_indices) { in _hb_coretext_shape()
1066 string_indices = index_buf; in _hb_coretext_shape()
1072 info->cluster = log_clusters[string_indices[j]]; in _hb_coretext_shape()