Home | History | Annotate | Download | only in sfnt

Lines Matching defs:idx

207         FT_Int  idx;
210 idx = glyph_indices[n];
211 if ( idx >= 258 )
213 idx -= 257;
214 if ( idx > num_names )
215 num_names = (FT_UShort)idx;
305 FT_Long idx = (FT_Long)n + offset_table[n];
308 if ( idx < 0 || idx > num_glyphs )
423 /* idx :: The glyph index. */
436 FT_UInt idx,
451 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
469 if ( idx < 258 ) /* paranoid checking */
470 *PSname = MAC_NAME( idx );
484 if ( idx < (FT_UInt)table->num_glyphs )
486 FT_UShort name_index = table->glyph_indices[idx];
507 if ( idx < (FT_UInt)table->num_glyphs ) /* paranoid checking */
509 idx += table->offsets[idx];
510 *PSname = MAC_NAME( idx );