Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftoutln.c982 FT_Vector* xmin_last = NULL; in FT_Outline_Get_Orientation() local
1045 xmin_last = last; in FT_Outline_Get_Orientation()
1072 prev = xmin_last; in FT_Outline_Get_Orientation()
1073 for ( point = xmin_first; point <= xmin_last; prev = point, ++point ) in FT_Outline_Get_Orientation()