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

  /external/freetype/src/autofit/
afcjk.h 80 FT_Pos edge_distance_threshold; /* used for creating edges */ member in struct:AF_CJKAxisRec_
aflatin.h 89 FT_Pos edge_distance_threshold; /* used for creating edges */ member in struct:AF_LatinAxisRec_
afcjk.c 225 axis->edge_distance_threshold = stdw / 5;
921 FT_Pos edge_distance_threshold; local
945 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
947 if ( edge_distance_threshold > 64 / 4 )
948 edge_distance_threshold = FT_DivFix( 64 / 4, scale );
950 edge_distance_threshold = laxis->edge_distance_threshold;
973 if ( dist < edge_distance_threshold && dist < best )
994 if ( dist2 >= edge_distance_threshold )
    [all...]
aflatin2.c 158 axis->edge_distance_threshold = stdw / 5;
1074 FT_Pos edge_distance_threshold; local
    [all...]
aflatin.c 225 axis->edge_distance_threshold = stdw / 5;
1529 FT_Pos edge_distance_threshold; local
    [all...]

Completed in 93 milliseconds