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

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

Completed in 16 milliseconds