Home
last modified time | relevance | path

Searched refs:y_shift (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/raster/
Dftrend1.c105 FT_Pos y_shift = 0; in ft_raster1_render() local
140 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()
/external/freetype/src/smooth/
Dftsmooth.c105 FT_Pos y_shift = 0; in ft_smooth_render_generic() local
142 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 …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_skin_detection.c54 const int y_shift = src_ystride * (mi_row << 3) + (mi_col << 3); in vp9_compute_skin_sb() local
58 src_y += y_shift; in vp9_compute_skin_sb()
/external/freetype/src/base/
Dftobjs.c345 FT_Pos y_shift = 0; in ft_glyphslot_preset_bitmap() local
356 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()