Home
last modified time | relevance | path

Searched refs:x_shift (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/smooth/
Dftsmooth.c110 FT_Pos x_shift = 0; in ft_smooth_render_generic() local
142 x_shift = origin->x; in ft_smooth_render_generic()
150 cbox.xMin = FT_PIX_FLOOR( cbox.xMin + x_shift ); in ft_smooth_render_generic()
152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift ); in ft_smooth_render_generic()
155 x_shift -= cbox.xMin; in ft_smooth_render_generic()
188 x_shift += 64 * ( extra >> 1 ); in ft_smooth_render_generic()
251 if ( x_shift || y_shift ) in ft_smooth_render_generic()
253 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_smooth_render_generic()
369 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c110 FT_Pos x_shift = 0; in ft_smooth_render_generic() local
142 x_shift = origin->x; in ft_smooth_render_generic()
150 cbox.xMin = FT_PIX_FLOOR( cbox.xMin + x_shift ); in ft_smooth_render_generic()
152 cbox.xMax = FT_PIX_CEIL( cbox.xMax + x_shift ); in ft_smooth_render_generic()
155 x_shift -= cbox.xMin; in ft_smooth_render_generic()
188 x_shift += 64 * ( extra >> 1 ); in ft_smooth_render_generic()
251 if ( x_shift || y_shift ) in ft_smooth_render_generic()
253 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_smooth_render_generic()
369 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.cpp1116 int x_shift = 0, y_shift = 0; in ProcessScan() local
1135 x_shift = h[0]/(h[1]*2); in ProcessScan()
1210 if( x_shift == 0 ) in ProcessScan()
1225 else if( x_shift == 1 ) in ProcessScan()
1250 int Cb = cmpCb[x >> x_shift]; in ProcessScan()
1251 int Cr = cmpCr[x >> x_shift]; in ProcessScan()