Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc855 unsigned int glyphs_len; in _hb_uniscribe_shape() local
920 (int *) &glyphs_len); in _hb_uniscribe_shape()
959 glyphs_len, in _hb_uniscribe_shape()
975 glyphs_offset += glyphs_len; in _hb_uniscribe_shape()
977 glyphs_len = glyphs_offset; in _hb_uniscribe_shape()
983 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
989 for (unsigned int i = 1; i < glyphs_len; i++) in _hb_uniscribe_shape()
995 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
1002 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
1018 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()