Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c713 FT_Int near_limit = 20 * units_per_em / 2048; in af_glyph_hints_reload() local
732 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload()
747 if ( FT_ABS( in_x_ ) + FT_ABS( in_y_ ) >= near_limit ) in af_glyph_hints_reload()
769 if ( FT_ABS( in_x ) + FT_ABS( in_y ) < near_limit ) in af_glyph_hints_reload()

Completed in 3 milliseconds