Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc990 const CFIndex* string_indices = USE_PTR ? CTRunGetStringIndicesPtr (run) : nullptr; in _hb_coretext_shape() local
991 if (!string_indices) { in _hb_coretext_shape()
994 string_indices = index_buf; in _hb_coretext_shape()
1000 info->cluster = log_clusters[string_indices[j]]; in _hb_coretext_shape()