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

  /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/freetype/src/smooth/
ftsmooth.c 116 FT_Pos x_shift, y_shift, x_left, y_top; local
192 x_shift = (FT_Int) cbox.xMin;
206 x_shift -= 64 * ( extra >> 1 );
242 FT_Outline_Translate( outline, -x_shift, -y_shift );
349 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 

Completed in 254 milliseconds