HomeSort by: relevance | last modified time | path
    Searched defs:in_y (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/autofit/
afhints.c 1094 FT_Pos in_x, in_y; local
1102 in_y = point->fy - prev_v->fy;
1107 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 934 FT_Pos in_x, in_y, out_x, out_y; local
954 in_y = end->org_v - start->org_v;
956 } while ( in_x == 0 && in_y == 0 );
974 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
980 in_y = out_y;
1001 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1021 in_y = out_y;

Completed in 8 milliseconds