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 59 FT_Vector v_last; local
103 v_last = outline->points[last];
104 v_last.x = SCALED( v_last.x );
105 v_last.y = SCALED( v_last.y );
124 v_start = v_last;
132 v_start.x = ( v_start.x + v_last.x ) / 2;
133 v_start.y = ( v_start.y + v_last.y ) / 2;
135 /* v_last = v_start; *
    [all...]
ftstroke.c 2093 FT_Vector v_last; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1376 FT_Vector v_last; local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1766 FT_Vector v_last; local
    [all...]

Completed in 1422 milliseconds