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

  /external/freetype/src/autofit/
afhints.c 593 FT_Pos out_x, out_y; local
608 out_x = next->fx - point->fx;
611 in_dir = af_direction_compute( out_x, out_y );
624 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
630 in_x = out_x;
  /external/freetype/src/pshinter/
pshalgo.c 976 FT_Pos out_x,
993 result = -out_x;
995 result = out_x;
999 if ( out_x >= 0 )
1004 else if ( out_x == 0 )
1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1039 FT_Pos in_x, in_y, out_x, out_y; local
1074 out_x = start->org_u - before->org_u;
1077 } while ( out_x == 0 && out_y == 0 );
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]

Completed in 5937 milliseconds