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

  /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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/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/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...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_bmp.cpp 294 int y_shift = m_height - y; local
299 y_shift = m_strm.getByte();
302 len = x_shift3 + ((y_shift * width3) & ((code == 0) - 1));
385 int y_shift = m_height - y; local
392 y_shift = m_strm.getByte();
395 x_shift3 += (y_shift * width3) & ((code == 0) - 1);
  /toolchain/binutils/binutils-2.25/bfd/
elfxx-ia64.c 345 #define Y_SHIFT 26
359 #define Y_BITS (0x1LL << Y_SHIFT)

Completed in 243 milliseconds