Searched refs:y_shift (Results 1 – 6 of 6) sorted by relevance
104 FT_Pos y_shift = 0; in ft_raster1_render() local143 y_shift = ( (FT_Int)bitmap->rows - slot->bitmap_top ) * 64; in ft_raster1_render()148 y_shift += origin->y; in ft_raster1_render()152 if ( x_shift || y_shift ) in ft_raster1_render()153 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()173 if ( x_shift || y_shift ) in ft_raster1_render()174 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
124 FT_Pos y_shift = 0; in ft_smooth_render_generic() local165 y_shift = 64 * -slot->bitmap_top; in ft_smooth_render_generic()167 y_shift += 64 * (FT_Int)bitmap->rows / 3; in ft_smooth_render_generic()169 y_shift += 64 * (FT_Int)bitmap->rows; in ft_smooth_render_generic()174 y_shift += origin->y; in ft_smooth_render_generic()178 if ( x_shift || y_shift ) in ft_smooth_render_generic()179 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_smooth_render_generic()293 y_shift -= sub[2].y; in ft_smooth_render_generic()354 y_shift += sub[2].x; in ft_smooth_render_generic()376 if ( x_shift || y_shift ) in ft_smooth_render_generic()[all …]
54 const int y_shift = src_ystride * (mi_row << 3) + (mi_col << 3); in vp9_compute_skin_sb() local58 src_y += y_shift; in vp9_compute_skin_sb()
359 FT_Pos y_shift = 0; in ft_glyphslot_preset_bitmap() local370 y_shift = origin->y; in ft_glyphslot_preset_bitmap()379 pbox.yMin = ( cbox.yMin >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap()381 pbox.yMax = ( cbox.yMax >> 6 ) + ( y_shift >> 6 ); in ft_glyphslot_preset_bitmap()385 cbox.yMin = ( cbox.yMin & 63 ) + ( y_shift & 63 ); in ft_glyphslot_preset_bitmap()387 cbox.yMax = ( cbox.yMax & 63 ) + ( y_shift & 63 ); in ft_glyphslot_preset_bitmap()
230 const int y_shift = subsampling_y_[plane]; in IntraPrediction() local232 const int max_y = (MultiplyBy4(frame_header_.rows4x4) >> y_shift) - 1; in IntraPrediction()
771 const int y_shift = c > 0 ? this->chroma_sub_[1] : 0; in TYPED_TEST_P() local772 for (int y = 0; y < (kHeight >> y_shift); ++y) { in TYPED_TEST_P()