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

  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 739 FT_Pos in_x = 0; local
753 in_x = first->fx - prev->fx;
755 in_dir = af_direction_compute( in_x, in_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
786 in_x = out_x;
    [all...]
  /external/freetype/src/autofit/
afhints.c 848 FT_Pos in_x, in_y; local
855 in_x = point->fx - prev_v->fx;
861 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
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 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
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 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
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 455 milliseconds