Lines Matching refs:num_glyphs
109 const int availableGlyphs = item->num_glyphs;
114 if (item->num_glyphs < item->item.length + 4) {
115 item->num_glyphs = item->item.length + 4;
129 item->glyphs, &item->num_glyphs,
236 syllable.num_glyphs = item->num_glyphs - first_glyph;
238 item->num_glyphs += syllable.num_glyphs;
245 first_glyph += syllable.num_glyphs;
247 item->num_glyphs = first_glyph;