Lines Matching full:num_glyphs
214 int i = item->num_glyphs;
235 assert(item->num_glyphs <= length);
237 // qDebug("QScriptEngine::heuristicSetGlyphAttributes, num_glyphs=%d", item->num_glyphs);
253 assert(glyph_pos == item->num_glyphs);
352 shaper_item->num_glyphs = shaper_item->initialGlyphCount;
359 shaper_item->glyphs, &shaper_item->num_glyphs,
366 const int availableGlyphs = shaper_item->num_glyphs;
797 face->length = item->num_glyphs;
869 item->num_glyphs = face->buffer->in_length;
882 item->num_glyphs = face->buffer->in_length;
986 if (shaper_item->num_glyphs < shaper_item->item.length) {
987 shaper_item->num_glyphs = shaper_item->item.length;