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 95 FT_Pos edge_distance_threshold; /* used for creating edges */ member in struct:AF_LatinAxisRec_
afcjk.c 246 axis->edge_distance_threshold = stdw / 5;
995 FT_Pos edge_distance_threshold; local
1019 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
1021 if ( edge_distance_threshold > 64 / 4 )
1022 edge_distance_threshold = FT_DivFix( 64 / 4, scale );
1024 edge_distance_threshold = laxis->edge_distance_threshold;
1047 if ( dist < edge_distance_threshold && dist < best )
1068 if ( dist2 >= edge_distance_threshold )
    [all...]
aflatin2.c 166 axis->edge_distance_threshold = stdw / 5;
1098 FT_Pos edge_distance_threshold; local
    [all...]
aflatin.c 239 axis->edge_distance_threshold = stdw / 5;
2070 FT_Pos edge_distance_threshold; local
    [all...]

Completed in 199 milliseconds