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

/external/freetype/src/autofit/
H A Dafhints.c824 AF_Point point_limit = points + hints->num_points; local
841 for ( point = points; point < point_limit; point++, vec++, tag++ )
1033 for ( point = points; point < point_limit; point++ )
1075 for ( point = points; point < point_limit; point++ )
1247 AF_Point point_limit = points + hints->num_points; local
1265 for ( point = points; point < point_limit; point++ )
1498 AF_Point point_limit = points + hints->num_points; local
1513 for ( point = points; point < point_limit; point++ )
1523 for ( point = points; point < point_limit; point++ )
1606 for ( point = points; point < point_limit; poin
[all...]

Completed in 52 milliseconds