Searched defs:contour_limit (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/autofit/
H A Dafhints.c894 AF_Point* contour_limit = contour + hints->num_contours; local
899 for ( ; contour < contour_limit; contour++, end++ )
922 AF_Point* contour_limit = hints->contours + hints->num_contours; local
925 for ( contour = hints->contours; contour < contour_limit; contour++ )
1500 AF_Point* contour_limit = contour + hints->num_contours; local
1530 for ( ; contour < contour_limit; contour++ )
H A Daflatin.c1488 AF_Point* contour_limit = contour + hints->num_contours; local
1530 for ( ; contour < contour_limit; contour++ )
H A Daflatin2.c737 AF_Point* contour_limit = contour + hints->num_contours; local
777 for ( ; contour < contour_limit; contour++ )

Completed in 176 milliseconds