Searched refs:glyphoffsets (Results 1 – 2 of 2) sorted by relevance
416 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) ) in ft_var_load_gvar()426 blend->glyphoffsets[i] = offsetToData + FT_GET_LONG(); in ft_var_load_gvar()437 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2; in ft_var_load_gvar()891 if ( blend->glyphoffsets == NULL ) in TT_Set_MM_Blend()1348 blend->glyphoffsets[glyph_index] == in TT_Vary_Get_Glyph_Deltas()1349 blend->glyphoffsets[glyph_index + 1] ) in TT_Vary_Get_Glyph_Deltas()1352 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) || in TT_Vary_Get_Glyph_Deltas()1353 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] - in TT_Vary_Get_Glyph_Deltas()1354 blend->glyphoffsets[glyph_index] ) ) in TT_Vary_Get_Glyph_Deltas()1533 FT_FREE( blend->glyphoffsets ); in tt_done_blend()
96 FT_ULong* glyphoffsets; member