Home | History | Annotate | Download | only in hb-old

Lines Matching full:num_glyphs

262     const int availableGlyphs = item->num_glyphs;
411 item->glyphs, &item->num_glyphs,
490 syllable.num_glyphs = item->num_glyphs - first_glyph;
492 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs);
493 item->num_glyphs += syllable.num_glyphs;
499 for (i = first_glyph; i < first_glyph + (int)syllable.num_glyphs; ++i)
507 first_glyph += syllable.num_glyphs;
509 item->num_glyphs = first_glyph;