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

  /xsrc/external/mit/freetype/dist/src/autofit/
afhints.c 886 FT_Pos out_x, out_y; local
912 out_x = point->fx - prev->fx;
915 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
981 FT_Pos out_x, out_y; local
993 out_x = point->fx - prev->fx;
1004 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
1030 out_x = 0;
1042 out_x += next->fx - point->fx;
1045 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
1054 out_dir = af_direction_compute( out_x, out_y )
1095 FT_Pos out_x, out_y; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/pshinter/
pshalgo.c 934 FT_Pos in_x, in_y, out_x, out_y; local
969 out_x = start->org_u - before->org_u;
972 } while ( out_x == 0 && out_y == 0 );
974 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
979 in_x = out_x;
996 out_x = after->org_u - end->org_u;
999 } while ( out_x == 0 && out_y == 0 );
1001 orient_cur = psh_corner_orientation( in_x, in_y, out_x, out_y );
1020 in_x = out_x;

Completed in 8 milliseconds