Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-coretext.cc275 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); in _hb_coretext_shape() local
276 if (!string_indices) { in _hb_coretext_shape()
279 string_indices = index_buf; in _hb_coretext_shape()
293 info->cluster = string_indices[j]; in _hb_coretext_shape()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-coretext.cc679 const CFIndex* string_indices = CTRunGetStringIndicesPtr (run); in _hb_coretext_shape() local
680 if (!string_indices) { in _hb_coretext_shape()
683 string_indices = index_buf; in _hb_coretext_shape()
696 info->cluster = string_indices[j]; in _hb_coretext_shape()