Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc34 #define use_category() complex_var_u8_0() macro
273 HB_BUFFER_ALLOCATE_VAR (buffer, use_category); in setup_masks_use()
281 info[i].use_category() = hb_use_get_category (info[i].codepoint); in setup_masks_use()
297 unsigned int limit = info[start].use_category() == USE_R ? 1 : MIN (3u, end - start); in setup_rphf_mask()
407 info[i].use_category() = USE_R; in record_rphf()
426 info[i].use_category() = USE_VPre; in record_pref()
435 return (info.use_category() == USE_H || info.use_category() == USE_HVM) && in is_halant()
471 if (info[start].use_category() == USE_R && end - start > 1) in reorder_syllable()
477 bool is_post_base_glyph = (FLAG64_UNSAFE (info[i].use_category()) & POST_BASE_FLAGS64) || in reorder_syllable()
501 uint32_t flag = FLAG_UNSAFE (info[i].use_category()); in reorder_syllable()
[all …]
Dhb-ot-shape-complex-use-machine.hh414 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) && in find_syllables()
415 ( info[p].use_category()) <= _keys[1] ? in find_syllables()
416 ( info[p].use_category()) - _keys[0] : _slen ]; in find_syllables()
Dhb-ot-shape-complex-use-machine.rl162 getkey info[p].use_category();
/external/skqp/third_party/harfbuzz/
Dhb-ot-shape-complex-use-machine.hh414 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) && in find_syllables()
415 ( info[p].use_category()) <= _keys[1] ? in find_syllables()
416 ( info[p].use_category()) - _keys[0] : _slen ]; in find_syllables()