HomeSort by relevance Sort by last modified time
    Searched defs:yshift (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/base/
ftoutln.c 1047 FT_Int xshift, yshift; local
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
1073 yshift = FT_MAX( yshift, 0 );
1084 v_prev.y = points[last].y >> yshift;
1089 v_cur.y = points[n].y >> yshift;
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 1041 FT_Int xshift, yshift; local
1066 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;
1067 yshift = FT_MAX( yshift, 0 );
1082 area += ( ( v_cur.y - v_prev.y ) >> yshift ) *

Completed in 1333 milliseconds