/external/qemu/android/utils/ |
jpeg-compress.c | 161 const int x_shift = x * bpp; local 193 JSAMPROW rgb = (JSAMPROW)(fb + (cinfo.next_scanline + y) * bpl + x_shift); 199 JSAMPROW rgb = (JSAMPROW)(fb + (y_shift - cinfo.next_scanline) * bpl + x_shift);
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftsmooth.c | 116 FT_Pos x_shift = 0; local 203 x_shift = (FT_Int) cbox.xMin; 217 x_shift -= 64 * ( extra >> 1 ); 254 FT_Outline_Translate( outline, -x_shift, -y_shift ); 390 FT_Outline_Translate( outline, x_shift, y_shift );
|
/external/freetype/src/smooth/ |
ftsmooth.c | 116 FT_Pos x_shift = 0; local 203 x_shift = (FT_Int) cbox.xMin; 217 x_shift -= 64 * ( extra >> 1 ); 254 FT_Outline_Translate( outline, -x_shift, -y_shift ); 390 FT_Outline_Translate( outline, x_shift, y_shift );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/ |
ftsmooth.c | 116 FT_Pos x_shift = 0; local 203 x_shift = (FT_Int) cbox.xMin; 217 x_shift -= 64 * ( extra >> 1 ); 254 FT_Outline_Translate( outline, -x_shift, -y_shift ); 390 FT_Outline_Translate( outline, x_shift, y_shift );
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 1116 int x_shift = 0, y_shift = 0; local 1135 x_shift = h[0]/(h[1]*2); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |