Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgxvar.c2046 FT_Fixed* next_coords; in TT_Get_MM_Var() local
2219 next_coords = (FT_Fixed*)( (char*)mmvar->namedstyle + in TT_Get_MM_Var()
2223 mmvar->namedstyle[i].coords = next_coords; in TT_Get_MM_Var()
2224 next_coords += num_axes; in TT_Get_MM_Var()
2467 next_coords = (FT_Fixed*)( (char*)mmvar->namedstyle + in TT_Get_MM_Var()
2471 mmvar->namedstyle[n].coords = next_coords; in TT_Get_MM_Var()
2472 next_coords += num_axes; in TT_Get_MM_Var()