Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/truetype/
Dttgxvar.c718 FT_Fixed* next_coords; in TT_Get_MM_Var() local
843 next_coords = in TT_Get_MM_Var()
847 mmvar->namedstyle[i].coords = next_coords; in TT_Get_MM_Var()
848 next_coords += fvar_head.axisCount; in TT_Get_MM_Var()
851 next_name = (FT_String*)next_coords; in TT_Get_MM_Var()
925 next_coords = in TT_Get_MM_Var()
930 mmvar->namedstyle[n].coords = next_coords; in TT_Get_MM_Var()
931 next_coords += mmvar->num_axis; in TT_Get_MM_Var()
935 next_name = (FT_String*)next_coords; in TT_Get_MM_Var()
/external/freetype/src/truetype/
Dttgxvar.c1760 FT_Fixed* next_coords; in TT_Get_MM_Var() local
1874 next_coords = in TT_Get_MM_Var()
1878 mmvar->namedstyle[i].coords = next_coords; in TT_Get_MM_Var()
1879 next_coords += fvar_head.axisCount; in TT_Get_MM_Var()
1882 next_name = (FT_String*)next_coords; in TT_Get_MM_Var()
1974 next_coords = in TT_Get_MM_Var()
1979 mmvar->namedstyle[n].coords = next_coords; in TT_Get_MM_Var()
1980 next_coords += mmvar->num_axis; in TT_Get_MM_Var()
1984 next_name = (FT_String*)next_coords; in TT_Get_MM_Var()