Lines Matching full:num_glyphs
403 l->num_glyphs = hb_buffer_get_length (buffer);
406 l->glyphs = cairo_glyph_allocate (l->num_glyphs + 1);
411 l->num_clusters = l->num_glyphs ? 1 : 0;
412 for (unsigned int i = 1; i < l->num_glyphs; i++)
418 if ((l->num_glyphs && !l->glyphs) ||
428 for (i = 0; i < (int) l->num_glyphs; i++)
448 l->clusters[cluster].num_glyphs++;
450 for (i = l->num_glyphs - 2; i >= 0; i--) {
461 l->clusters[cluster].num_glyphs++;
465 for (i = 1; i < (int) l->num_glyphs; i++) {
476 l->clusters[cluster].num_glyphs++;