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

  /external/freetype/src/autofit/
afhints.c 398 FT_Pos in_x, in_y, out_x, out_y; local
430 out_y = start->fy - before->fy;
432 } while ( out_x == 0 && out_y == 0 );
434 orient_prev = ft_corner_orientation( in_x, in_y, out_x, out_y );
441 in_y = out_y;
458 out_y = after->fy - end->fy;
460 } while ( out_x == 0 && out_y == 0 );
462 orient_cur = ft_corner_orientation( in_x, in_y, out_x, out_y );
484 in_y = out_y;
711 FT_Pos out_x, out_y; local
    [all...]
  /external/freetype/include/freetype/internal/
ftcalc.h 149 FT_Pos out_y );
160 FT_Pos out_y );
  /external/freetype/src/base/
ftcalc.c 843 FT_Pos out_y )
852 result = out_y;
854 result = -out_y;
863 else if ( out_y == 0 )
872 if ( out_y >= 0 )
881 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
895 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
923 FT_Pos out_y )
940 ay = out_y;
948 ay = out_y + in_y
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 976 FT_Pos out_y )
985 result = out_y;
987 result = -out_y;
996 else if ( out_y == 0 )
1005 if ( out_y >= 0 )
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
1074 out_y = start->org_v - before->org_v;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
    [all...]
  /external/skia/src/core/
SkBitmapProcState_matrix_clamp.h 389 register int16x4_t out_y asm("d17") = yhi;
393 : "w" (out_x), "w" (out_y), "r" (mydst)
398 register int16x4_t out_y asm("d19") = y2hi;
402 : "w" (out_x), "w" (out_y), "r" (mydst+8)

Completed in 347 milliseconds