HomeSort by relevance Sort by last modified time
    Searched full:use_category (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use.cc 33 #define use_category() complex_var_u8_0() macro
248 /* Do this before allocating use_category(). */
254 HB_BUFFER_ALLOCATE_VAR (buffer, use_category);
262 info[i].use_category() = hb_use_get_categories (info[i].codepoint);
278 unsigned int limit = info[start].use_category() == USE_R ? 1 : MIN (3u, end - start);
386 info[i].use_category() = USE_R;
405 info[i].use_category() = USE_VPre;
414 return info.use_category() == USE_H && !_hb_glyph_info_ligated (&info);
435 if (info[start].use_category() == USE_R && end - start > 1)
439 if ((FLAG_UNSAFE (info[i].use_category()) & (BASE_FLAGS)) || is_halant (info[i])
    [all...]
hb-ot-shape-complex-use-machine.rl 165 getkey info[p].use_category();
hb-ot-shape-complex-use-machine.hh 427 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].use_category()) &&
428 ( info[p].use_category()) <= _keys[1] ?
429 ( info[p].use_category()) - _keys[0] : _slen ];

Completed in 224 milliseconds