Searched refs:y_shift (Results 1 – 4 of 4) sorted by relevance
105 FT_Pos y_shift = 0; in ft_raster1_render() local140 y_shift = ( (FT_Int)bitmap->rows - slot->bitmap_top ) * 64; in ft_raster1_render()145 y_shift += origin->y; in ft_raster1_render()149 if ( x_shift || y_shift ) in ft_raster1_render()150 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()170 if ( x_shift || y_shift ) in ft_raster1_render()171 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
105 FT_Pos y_shift = 0; in ft_smooth_render_generic() local142 y_shift = 64 * -slot->bitmap_top; in ft_smooth_render_generic()144 y_shift += 64 * (FT_Int)bitmap->rows / 3; in ft_smooth_render_generic()146 y_shift += 64 * (FT_Int)bitmap->rows; in ft_smooth_render_generic()151 y_shift += origin->y; in ft_smooth_render_generic()155 if ( x_shift || y_shift ) in ft_smooth_render_generic()156 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_smooth_render_generic()302 y_shift += 21; in ft_smooth_render_generic()310 y_shift -= 42; in ft_smooth_render_generic()337 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()
345 FT_Pos y_shift = 0; in ft_glyphslot_preset_bitmap() local356 y_shift = origin->y; in ft_glyphslot_preset_bitmap()364 cbox.yMin += y_shift; in ft_glyphslot_preset_bitmap()366 cbox.yMax += y_shift; in ft_glyphslot_preset_bitmap()426 y_shift = SUB_LONG( y_shift, cbox.yMin ); in ft_glyphslot_preset_bitmap()