Searched refs:x_shift (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A 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()
|
H A 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]);
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 273 x_shift = proc_tree.start_time 286 if (max_x - x_shift): 287 xscale = float (chart_bounds[2]) / (max_x - x_shift) 300 first = transform_point_coords (data[0], x_shift, ybase, xscale, yscale, \ 302 last = transform_point_coords (data[-1], x_shift, ybase, xscale, yscale, \ 308 x, y = transform_point_coords (point, x_shift, ybase, xscale, yscale, \
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smu73.h | 48 uint8_t x_shift; member
|
H A D | smu72.h | 57 uint8_t x_shift; member
|
H A D | smu74.h | 82 uint8_t x_shift; member
|