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

/external/freetype/src/autofit/
H A Dafhints.c826 /* value 20 in `near_limit' is heuristic */
828 FT_Int near_limit = 20 * units_per_em / 2048; local
872 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
919 FT_Int near_limit2 = 2 * near_limit - 1;
994 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )

Completed in 113 milliseconds