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

  /external/freetype/src/autofit/
afhints.c 906 FT_Pos in_x, in_y; local
914 in_y = point->fy - prev_v->fy;
919 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 965 FT_Pos in_y,
973 if ( in_y == 0 )
982 if ( in_y >= 0 )
990 result = in_y;
992 result = -in_y;
1003 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1029 FT_Pos in_x, in_y, out_x, out_y; local
1049 in_y = end->org_v - start->org_v;
1051 } while ( in_x == 0 && in_y == 0 );
1069 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]
  /external/pdfium/third_party/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 650 milliseconds