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

  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 1028 FT_Int xshift, yshift; local
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
1049 yshift = FT_MAX( yshift, 0 );
1064 area += ( ( v_cur.y - v_prev.y ) >> yshift ) *
  /external/freetype/src/base/
ftoutln.c 1031 FT_Int xshift, yshift; local
1051 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
1052 yshift = FT_MAX( yshift, 0 );
1067 area += ( ( v_cur.y - v_prev.y ) >> yshift ) *
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 1028 FT_Int xshift, yshift; local
1048 yshift = FT_MSB( cbox.yMax - cbox.yMin ) - 14;
1049 yshift = FT_MAX( yshift, 0 );
1064 area += ( ( v_cur.y - v_prev.y ) >> yshift ) *

Completed in 266 milliseconds