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

  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 110 FT_Pos x_shift = 0; local
142 x_shift = origin->x;
150 cbox.xMin = FT_PIX_FLOOR( cbox.xMin + x_shift );
152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift );
155 x_shift -= cbox.xMin;
188 x_shift += 64 * ( extra >> 1 );
251 if ( x_shift || y_shift )
253 FT_Outline_Translate( outline, x_shift, y_shift );
369 FT_Outline_Translate( outline, -x_shift, -y_shift );
  /external/freetype/src/smooth/
ftsmooth.c 110 FT_Pos x_shift = 0; local
142 x_shift = origin->x;
150 cbox.xMin = FT_PIX_FLOOR( cbox.xMin + x_shift );
152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift );
155 x_shift -= cbox.xMin;
188 x_shift += 64 * ( extra >> 1 );
251 if ( x_shift || y_shift )
253 FT_Outline_Translate( outline, x_shift, y_shift );
369 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...]

Completed in 479 milliseconds