Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc841 unsigned int glyphs_len; in _hb_uniscribe_shape() local
906 (int *) &glyphs_len); in _hb_uniscribe_shape()
945 glyphs_len, in _hb_uniscribe_shape()
961 glyphs_offset += glyphs_len; in _hb_uniscribe_shape()
963 glyphs_len = glyphs_offset; in _hb_uniscribe_shape()
969 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
975 for (unsigned int i = 1; i < glyphs_len; i++) in _hb_uniscribe_shape()
981 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
988 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
1003 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()