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

  /external/freetype/include/freetype/internal/
ftcalc.h 148 FT_Pos out_x,
159 FT_Pos out_x,
  /external/freetype/src/base/
ftcalc.c 842 FT_Pos out_x,
859 result = -out_x;
861 result = out_x;
865 if ( out_x >= 0 )
870 else if ( out_x == 0 )
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 );
922 FT_Pos out_x,
937 ax = out_x;
945 ax = out_x + in_x
    [all...]
  /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...]
  /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/skia/src/core/
SkBitmapProcState_matrix_clamp.h 388 register int16x4_t out_x asm("d16") = xhi;
393 : "w" (out_x), "w" (out_y), "r" (mydst)
397 register int16x4_t out_x asm("d18") = x2hi;
402 : "w" (out_x), "w" (out_y), "r" (mydst+8)

Completed in 173 milliseconds