Home | History | Annotate | Download | only in truetype

Lines Matching refs:glyphoffsets

421     if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
431 blend->glyphoffsets[i] = offsetToData + FT_GET_LONG();
442 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2;
891 if ( blend->glyphoffsets == NULL )
1336 blend->glyphoffsets[glyph_index] ==
1337 blend->glyphoffsets[glyph_index + 1] )
1340 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) ||
1341 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] -
1342 blend->glyphoffsets[glyph_index] ) )
1524 FT_FREE( blend->glyphoffsets );