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

  /external/pdfium/third_party/freetype/src/smooth/
ftsmooth.c 111 FT_Pos y_shift = 0; local
143 y_shift = origin->y;
151 cbox.yMin = FT_PIX_FLOOR( cbox.yMin + y_shift );
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift );
156 y_shift -= cbox.yMin;
196 y_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 111 FT_Pos y_shift = 0; local
143 y_shift = origin->y;
151 cbox.yMin = FT_PIX_FLOOR( cbox.yMin + y_shift );
153 cbox.yMax = FT_PIX_CEIL( cbox.yMax + y_shift );
156 y_shift -= cbox.yMin;
196 y_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_bmp.cpp 296 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);
grfmt_jpeg.cpp 1116 int x_shift = 0, y_shift = 0; local
1136 y_shift = v[0]/(v[1]*2);
    [all...]

Completed in 87 milliseconds