Searched refs:y_shift (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/smooth/
H A Dftsmooth.c116 FT_Pos x_shift, y_shift, x_left, y_top; local
193 y_shift = (FT_Int) cbox.yMin;
214 y_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/
H A Dgrfmt_bmp.cpp296 int y_shift = m_height - y; local
301 y_shift = m_strm.GetByte();
304 len = x_shift3 + (y_shift * width3) & ((code == 0) - 1);
387 int y_shift = m_height - y; local
394 y_shift = m_strm.GetByte();
397 x_shift3 += (y_shift * width3) & ((code == 0) - 1);
H A Dgrfmt_jpeg.cpp1116 int x_shift = 0, y_shift = 0; local
1136 y_shift = v[0]/(v[1]*2);
1206 int shift = h[1]*(y >> y_shift);
/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc212 int y_shift = yuv_type; // 1 for YV12, 0 for YV16. local
275 (frame_clip_top >> y_shift)) + (frame_clip_left >> 1);

Completed in 87 milliseconds