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

  /external/freetype/src/base/
ftoutln.c 57 FT_Vector v_last; local
98 v_last = outline->points[last];
99 v_last.x = SCALED( v_last.x );
100 v_last.y = SCALED( v_last.y );
119 v_start = v_last;
127 v_start.x = ( v_start.x + v_last.x ) / 2;
128 v_start.y = ( v_start.y + v_last.y ) / 2;
130 v_last = v_start
    [all...]
ftstroke.c 2048 FT_Vector v_last; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1451 FT_Vector v_last; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1801 FT_Vector v_last; local
    [all...]

Completed in 649 milliseconds