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

  /external/freetype/src/autofit/
afhints.c 1043 FT_Pos in_x, in_y; local
1050 in_x = point->fx - prev_v->fx;
1056 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
954 in_x = end->org_u - start->org_u;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_x = out_x;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_x = out_x;
    [all...]
  /external/pdfium/third_party/freetype/src/pshinter/
pshalgo.c 935 FT_Pos in_x, in_y, out_x, out_y; local
954 in_x = end->org_u - start->org_u;
957 } while ( in_x == 0 && in_y == 0 );
975 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_x = out_x;
1002 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_x = out_x;
    [all...]

Completed in 131 milliseconds