HomeSort by relevance Sort by last modified time
    Searched full: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/autofit/
afhints.c 398 FT_Pos in_x, in_y, out_x, out_y; local
414 in_y = end->fy - start->fy;
416 } while ( in_x == 0 && in_y == 0 );
434 orient_prev = ft_corner_orientation( in_x, in_y, out_x, out_y );
441 in_y = out_y;
462 orient_cur = ft_corner_orientation( in_x, in_y, out_x, out_y );
484 in_y = out_y;
704 FT_Pos in_y = 0; local
718 in_y = first->fy - prev->fy;
719 in_dir = af_direction_compute( in_x, in_y );
    [all...]
  /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 974 FT_Pos in_y,
982 if ( in_y == 0 )
991 if ( in_y >= 0 )
999 result = in_y;
1001 result = -in_y;
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1038 FT_Pos in_x, in_y, out_x, out_y; local
1058 in_y = end->org_v - start->org_v;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]

Completed in 133 milliseconds