Home | History | Annotate | Download | only in sfnt

Lines Matching defs:idx

213         FT_Int  idx;
216 idx = glyph_indices[n];
217 if ( idx >= 258 )
219 idx -= 257;
220 if ( idx > num_names )
221 num_names = (FT_UShort)idx;
351 FT_Long idx = (FT_Long)n + offset_table[n];
354 if ( idx < 0 || idx > num_glyphs )
473 /* idx :: The glyph index. */
486 FT_UInt idx,
501 if ( idx >= (FT_UInt)face->max_profile.numGlyphs )
519 if ( idx < 258 ) /* paranoid checking */
520 *PSname = MAC_NAME( idx );
534 if ( idx < (FT_UInt)table->num_glyphs )
536 FT_UShort name_index = table->glyph_indices[idx];
557 if ( idx < (FT_UInt)table->num_glyphs ) /* paranoid checking */
558 *PSname = MAC_NAME( (FT_Int)idx + table->offsets[idx] );