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

  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 740 FT_Pos in_y = 0; local
754 in_y = first->fy - prev->fy;
755 in_dir = af_direction_compute( in_x, in_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
787 in_y = out_y;
    [all...]
  /external/freetype/src/autofit/
afhints.c 848 FT_Pos in_x, in_y; local
856 in_y = point->fy - prev_v->fy;
861 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /external/chromium_org/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...]
  /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...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 444 milliseconds