Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-uniscribe.cc732 unsigned int glyphs_len; in _hb_uniscribe_shape() local
769 (int *) &glyphs_len); in _hb_uniscribe_shape()
808 glyphs_len, in _hb_uniscribe_shape()
824 glyphs_offset += glyphs_len; in _hb_uniscribe_shape()
826 glyphs_len = glyphs_offset; in _hb_uniscribe_shape()
832 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
838 for (unsigned int i = 1; i < glyphs_len; i++) in _hb_uniscribe_shape()
844 if (unlikely (!buffer->ensure (glyphs_len))) in _hb_uniscribe_shape()
851 for (unsigned int i = 0; i < glyphs_len; i++) in _hb_uniscribe_shape()
867 for (unsigned int i = 0; i < glyphs_len; in _hb_uniscribe_shape()
[all...]

Completed in 2 milliseconds