Home | History | Annotate | Download | only in autofit

Lines Matching refs:laxis

1087     AF_LatinAxis  laxis  = &((AF_LatinMetrics)hints->metrics)->axis[dim];
1118 if ( laxis->width_count > 0 )
1119 segment_length_threshold = ( laxis->standard_width * 10 ) >> 4;
1142 edge_distance_threshold = FT_MulFix( laxis->edge_distance_threshold,
1169 if ( dist >= laxis->standard_width >> 1 )