Searched refs:shift_x (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 431 shift_x, shift_y = -20, 20 433 shift_x, shift_y = 5, 40 436 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y) 464 shift_x, shift_y = -20, 20 466 shift_x, shift_y = 5, 40 470 draw_text (ctx, label, CPU_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y) 498 shift_x, shift_y = -20, 20 500 shift_x, shift_y = 5, 40 504 draw_text (ctx, label, IO_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y) 532 shift_x, shift_y = -20, 20 [all …]
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 819 … float shift_x, float shift_y, // translation applied to input vertices 1573 if (ix0) *ix0 = STBTT_ifloor( x0 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel() 1575 if (ix1) *ix1 = STBTT_iceil ( x1 * scale_x + shift_x); in stbtt_GetGlyphBitmapBoxSubpixel() 1587 …BoxSubpixel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift_x,shift_y, ix0,iy0,… in stbtt_GetCodepointBitmapBoxSubpixel() 2287 e[n].x0 = p[a].x * scale_x + shift_x; in stbtt__rasterize() 2289 e[n].x1 = p[b].x * scale_x + shift_x; in stbtt__rasterize() 2409 …stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shif… in stbtt_Rasterize() 2436 …stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,&ix1,&i… in stbtt_GetGlyphBitmapSubpixel() 2453 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,… in stbtt_GetGlyphBitmapSubpixel() 2472 stbtt_GetGlyphBitmapBoxSubpixel(info, glyph, scale_x, scale_y, shift_x, shift_y, &ix0,&iy0,0,0); in stbtt_MakeGlyphBitmapSubpixel() [all …]
|