Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftoutln.c1011 FT_Pos contour_xmax = -32768L; in FT_Outline_Get_Orientation() local
1027 if ( point->x > contour_xmax ) in FT_Outline_Get_Orientation()
1028 contour_xmax = point->x; in FT_Outline_Get_Orientation()
1038 contour_xmin != contour_xmax && in FT_Outline_Get_Orientation()