Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftoutln.c1013 FT_Pos contour_ymax = -32768L; in FT_Outline_Get_Orientation() local
1033 if ( point->y > contour_ymax ) in FT_Outline_Get_Orientation()
1034 contour_ymax = point->y; in FT_Outline_Get_Orientation()
1039 contour_ymin != contour_ymax ) in FT_Outline_Get_Orientation()
1043 xmin_ymax = contour_ymax; in FT_Outline_Get_Orientation()