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

  /external/freetype/include/freetype/internal/
ftcalc.h 147 FT_Pos in_y,
158 FT_Pos in_y,
  /external/freetype/src/base/
ftcalc.c 841 FT_Pos in_y,
849 if ( in_y == 0 )
858 if ( in_y >= 0 )
866 result = in_y;
868 result = -in_y;
881 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
896 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
921 FT_Pos in_y,
926 FT_Pos ay = in_y;
948 ay = out_y + in_y;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 975 FT_Pos in_y,
983 if ( in_y == 0 )
992 if ( in_y >= 0 )
1000 result = in_y;
1002 result = -in_y;
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
1059 in_y = end->org_v - start->org_v;
1061 } while ( in_x == 0 && in_y == 0 );
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]
  /external/freetype/src/autofit/
afhints.c 586 FT_Pos in_y = 0; local
600 in_y = first->fy - prev->fy;
601 in_dir = af_direction_compute( in_x, in_y );
624 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
631 in_y = out_y;

Completed in 451 milliseconds