HomeSort by relevance Sort by last modified time
    Searched refs:near_limit (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
afhints.c 826 /* 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 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 879 /* value 20 in `near_limit' is heuristic */
881 FT_Int near_limit = 20 * units_per_em / 2048; local
882 FT_Int near_limit2 = 2 * near_limit - 1;
957 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
    [all...]

Completed in 137 milliseconds