HomeSort by relevance Sort by last modified time
    Searched full:y_shift (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/smooth/
ftsmooth.c 113 FT_Pos x_shift, y_shift, x_left, y_top; local
170 y_shift = (FT_Int) cbox.yMin;
191 y_shift -= 64 * ( extra >> 1 );
219 FT_Outline_Translate( outline, -x_shift, -y_shift );
326 FT_Outline_Translate( outline, x_shift, y_shift );

Completed in 7117 milliseconds