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

  /external/freetype/src/base/
ftoutln.c 54 #undef SCALED
55 #define SCALED( x ) ( ( (x) << shift ) - delta )
95 v_start.x = SCALED( v_start.x );
96 v_start.y = SCALED( v_start.y );
99 v_last.x = SCALED( v_last.x );
100 v_last.y = SCALED( v_last.y );
155 vec.x = SCALED( point->x );
156 vec.y = SCALED( point->y );
167 v_control.x = SCALED( point->x );
168 v_control.y = SCALED( point->y )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 264 #undef SCALED
    [all...]
  /external/freetype/src/raster/
ftraster.c 439 #undef SCALED
445 #define SCALED( x ) ( ( (x) << ras.scale_shift ) - ras.precision_half )
    [all...]

Completed in 218 milliseconds