Home | History | Annotate | Download | only in truetype

Lines Matching refs:glyph_index

1308   /*    glyph_index :: The index of the glyph being modified.              */
1321 FT_UInt glyph_index,
1354 if ( glyph_index >= blend->gv_glyphcnt ||
1355 blend->glyphoffsets[glyph_index] ==
1356 blend->glyphoffsets[glyph_index + 1] )
1359 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) ||
1360 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] -
1361 blend->glyphoffsets[glyph_index] ) )