Home
last modified time | relevance | path

Searched refs:glyphoffsets (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/truetype/
Dttgxvar.c1529 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) ) in ft_var_load_gvar()
1539 blend->glyphoffsets[i] = offsetToData + FT_GET_ULONG(); in ft_var_load_gvar()
1550 blend->glyphoffsets[i] = offsetToData + FT_GET_USHORT() * 2; in ft_var_load_gvar()
2490 if ( !face->is_cff2 && !blend->glyphoffsets ) in tt_set_mm_blend()
3675 blend->glyphoffsets[glyph_index] == in TT_Vary_Apply_Glyph_Deltas()
3676 blend->glyphoffsets[glyph_index + 1] ) in TT_Vary_Apply_Glyph_Deltas()
3688 if ( FT_STREAM_SEEK( blend->glyphoffsets[glyph_index] ) || in TT_Vary_Apply_Glyph_Deltas()
3689 FT_FRAME_ENTER( blend->glyphoffsets[glyph_index + 1] - in TT_Vary_Apply_Glyph_Deltas()
3690 blend->glyphoffsets[glyph_index] ) ) in TT_Vary_Apply_Glyph_Deltas()
4180 FT_FREE( blend->glyphoffsets ); in tt_done_blend()
Dttgxvar.h332 FT_ULong* glyphoffsets; /* glyphoffsets[gv_glyphcnt + 1] */ member