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

  /external/harfbuzz_ng/src/
hb-ot-layout.hh 293 _hb_glyph_info_is_unicode_space (const hb_glyph_info_t *info) function
301 if (unlikely (!_hb_glyph_info_is_unicode_space (info)))
308 return _hb_glyph_info_is_unicode_space (info) ?
hb-ot-shape-normalize.cc 187 if (_hb_glyph_info_is_unicode_space (&buffer->cur()))
hb-ot-shape-fallback.cc 493 if (_hb_glyph_info_is_unicode_space (&info[i]) && !_hb_glyph_info_ligated (&info[i]))

Completed in 94 milliseconds