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

  /external/freetype/src/raster/
ftrend1.c 104 FT_Pos y_shift = 0; local
147 y_shift = ( (FT_Int)bitmap->rows - slot->bitmap_top ) * 64;
152 y_shift += origin->y;
156 if ( x_shift || y_shift )
157 FT_Outline_Translate( outline, x_shift, y_shift );
177 if ( x_shift || y_shift )
178 FT_Outline_Translate( outline, -x_shift, -y_shift );
  /external/freetype/src/smooth/
ftsmooth.c 120 FT_Pos y_shift = 0; local
165 y_shift = 64 * -slot->bitmap_top;
167 y_shift += 64 * (FT_Int)bitmap->rows / 3;
169 y_shift += 64 * (FT_Int)bitmap->rows;
174 y_shift += origin->y;
178 if ( x_shift || y_shift )
179 FT_Outline_Translate( outline, x_shift, y_shift );
287 y_shift -= sub[2].y;
342 y_shift += sub[2].x;
364 if ( x_shift || y_shift )
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_skin_detection.c 54 const int y_shift = src_ystride * (mi_row << 3) + (mi_col << 3); local
58 src_y += y_shift;
  /external/freetype/src/base/
ftobjs.c 357 FT_Pos y_shift = 0; local
368 y_shift = origin->y;
376 cbox.yMin += y_shift;
378 cbox.yMax += y_shift;
432 y_shift = SUB_LONG( y_shift, cbox.yMin );
    [all...]
  /external/libaom/libaom/test/
noise_model_test.cc 771 const int y_shift = c > 0 ? this->chroma_sub_[1] : 0; local
772 for (int y = 0; y < (kHeight >> y_shift); ++y) {
    [all...]

Completed in 1229 milliseconds