Home | History | Annotate | Download | only in util

Lines Matching defs:num_glyphs

215       unsigned int num_glyphs = hb_buffer_get_length (buffer);
217 for (unsigned int i = 0; i < num_glyphs; i++)
275 unsigned int num_glyphs;
276 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &num_glyphs);
278 for (unsigned int i = 1; i < num_glyphs; i++)
311 unsigned int num_glyphs;
312 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, &num_glyphs);
322 for (unsigned int end = 1; end < num_glyphs + 1; end++)
324 if (end < num_glyphs &&
330 if (end == num_glyphs)