| /xsrc/external/mit/freetype/dist/src/raster/ |
| H A D | ftrend1.c | 102 FT_Pos x_shift = 0; local in function:ft_raster1_render 141 x_shift = -slot->bitmap_left * 64; 146 x_shift += origin->x; 151 if ( x_shift || y_shift ) 152 FT_Outline_Translate( outline, x_shift, y_shift ); 172 if ( x_shift || y_shift ) 173 FT_Outline_Translate( outline, -x_shift, -y_shift );
|
| /xsrc/external/mit/freetype/dist/src/smooth/ |
| H A D | ftsmooth.c | 437 FT_Pos x_shift = 0; local in function:ft_smooth_render 480 x_shift = 64 * -slot->bitmap_left; 489 x_shift += origin->x; 494 if ( x_shift || y_shift ) 495 FT_Outline_Translate( outline, x_shift, y_shift ); 561 if ( x_shift || y_shift ) 562 FT_Outline_Translate( outline, -x_shift, -y_shift );
|
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| H A D | smi_501.c | 176 int32_t x_select, x_divider, x_shift; local in function:SMI501_HWInit 206 (void)SMI501_FindMemClock(pSmi->MCLK, &x_select, &x_divider, &x_shift); 209 mode->clock.f.m_shift = x_shift; 216 (void)SMI501_FindMemClock(pSmi->MXCLK, &x_select, &x_divider, &x_shift); 219 mode->clock.f.m1_shift = x_shift;
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftobjs.c | 357 FT_Pos x_shift = 0; local in function:ft_glyphslot_preset_bitmap 368 x_shift = origin->x; 377 pbox.xMin = ( cbox.xMin >> 6 ) + ( x_shift >> 6 ); 379 pbox.xMax = ( cbox.xMax >> 6 ) + ( x_shift >> 6 ); 383 cbox.xMin = ( cbox.xMin & 63 ) + ( x_shift & 63 ); 385 cbox.xMax = ( cbox.xMax & 63 ) + ( x_shift & 63 );
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 392 float x_shift = xpos - (float) floor(xpos); 394 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 395 stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 392 float x_shift = xpos - (float) floor(xpos); 394 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 395 stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]);
|