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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftoutln.c 1044 FT_Int xshift, yshift; local
1065 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1067 xshift = FT_MAX( xshift, 0 );
1080 v_prev.x = points[last].x >> xshift;
1085 v_cur.x = points[n].x >> xshift;
  /external/freetype/src/base/
ftoutln.c 1033 FT_Int xshift, yshift; local
1054 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1056 xshift = FT_MAX( xshift, 0 );
1075 ( ( v_cur.x + v_prev.x ) >> xshift );
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 1041 FT_Int xshift, yshift; local
1062 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1064 xshift = FT_MAX( xshift, 0 );
1083 ( ( v_cur.x + v_prev.x ) >> xshift );
  /external/libopus/celt/
pitch.c 57 int xshift; local
59 xshift = celt_ilog2(maxcorr)-14;
76 xcorr16 = EXTRACT16(VSHR32(xcorr[i], xshift));
  /external/opencv3/apps/createsamples/
utility.cpp 716 double xshift, yshift, randscale; local
753 xshift = maxshiftf * rand() / RAND_MAX;
756 cr.x -= (int) ( xshift * cr.width );
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 1573 int c1, havedig, udx0, xshift; variable
    [all...]

Completed in 413 milliseconds