Home | History | Annotate | Download | only in sfnt

Lines Matching defs:num_glyphs

163     FT_Int      num_glyphs;
170 if ( FT_READ_USHORT( num_glyphs ) )
179 if ( num_glyphs > face->max_profile.numGlyphs )
190 if ( FT_NEW_ARRAY ( glyph_indices, num_glyphs ) ||
191 FT_FRAME_ENTER( num_glyphs * 2L ) )
194 for ( n = 0; n < num_glyphs; n++ )
207 for ( n = 0; n < num_glyphs; n++ )
282 table->num_glyphs = (FT_UShort)num_glyphs;
315 FT_Int num_glyphs;
322 if ( FT_READ_USHORT( num_glyphs ) )
326 if ( num_glyphs > face->max_profile.numGlyphs || num_glyphs > 258 )
332 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) ||
333 FT_STREAM_READ( offset_table, num_glyphs ) )
341 for ( n = 0; n < num_glyphs; n++ )
346 if ( idx < 0 || idx > num_glyphs )
359 table->num_glyphs = (FT_UShort)num_glyphs;
433 table->num_glyphs = 0;
447 table->num_glyphs = 0;
526 if ( idx < (FT_UInt)table->num_glyphs )
549 if ( idx < (FT_UInt)table->num_glyphs ) /* paranoid checking */