Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc835 unsigned int glyphs_len; in _hb_uniscribe_shape() local
900 (int *) &glyphs_len); in _hb_uniscribe_shape()
939 glyphs_len, in _hb_uniscribe_shape()
955 glyphs_offset += glyphs_len; in _hb_uniscribe_shape()
957 glyphs_len = glyphs_offset; in _hb_uniscribe_shape()
963 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
969 for (unsigned int i = 1; i < glyphs_len; i++) in _hb_uniscribe_shape()
975 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
982 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
998 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()