Searched refs:x_shift (Results 1 – 6 of 6) sorted by relevance
/external/freetype/src/raster/ |
D | ftrend1.c | 103 FT_Pos x_shift = 0; in ft_raster1_render() local 146 x_shift = -slot->bitmap_left * 64; in ft_raster1_render() 151 x_shift += origin->x; in ft_raster1_render() 156 if ( x_shift || y_shift ) in ft_raster1_render() 157 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render() 177 if ( x_shift || y_shift ) in ft_raster1_render() 178 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
|
/external/freetype/src/smooth/ |
D | ftsmooth.c | 119 FT_Pos x_shift = 0; in ft_smooth_render_generic() local 164 x_shift = 64 * -slot->bitmap_left; in ft_smooth_render_generic() 173 x_shift += origin->x; 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() 286 x_shift -= sub[2].x; in ft_smooth_render_generic() 341 x_shift -= sub[2].y; in ft_smooth_render_generic() 364 if ( x_shift || y_shift ) in ft_smooth_render_generic() 365 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_smooth_render_generic()
|
/external/u-boot/drivers/video/ |
D | console_truetype.c | 198 double xpos, x_shift; in console_truetype_putc_xy() local 226 x_shift = xpos - (double)tt_floor(xpos); in console_truetype_putc_xy() 247 x_shift, 0, ch, &width, &height, in console_truetype_putc_xy()
|
D | stb_truetype.h | 347 float x_shift = xpos - (float) floor(xpos); 349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 350 …(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]);
|
/external/freetype/src/base/ |
D | ftobjs.c | 356 FT_Pos x_shift = 0; in ft_glyphslot_preset_bitmap() local 367 x_shift = origin->x; in ft_glyphslot_preset_bitmap() 375 cbox.xMin += x_shift; in ft_glyphslot_preset_bitmap() 377 cbox.xMax += x_shift; in ft_glyphslot_preset_bitmap() 431 x_shift = SUB_LONG( x_shift, cbox.xMin ); in ft_glyphslot_preset_bitmap()
|
/external/libaom/libaom/test/ |
D | noise_model_test.cc | 770 const int x_shift = c > 0 ? this->chroma_sub_[0] : 0; in TYPED_TEST_P() local 773 for (int x = 0; x < (kWidth >> x_shift); ++x) { in TYPED_TEST_P()
|