Home
last modified time | relevance | path

Searched refs:shift_y (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py431 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 Dstb_truetype.h819 … float shift_x, float shift_y, // translation applied to input vertices
1574 if (iy0) *iy0 = STBTT_ifloor(-y1 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
1576 if (iy1) *iy1 = STBTT_iceil (-y0 * scale_y + shift_y); in stbtt_GetGlyphBitmapBoxSubpixel()
1587 …xel(font, stbtt_FindGlyphIndex(font,codepoint), scale_x, scale_y,shift_x,shift_y, ix0,iy0,ix1,iy1); in stbtt_GetCodepointBitmapBoxSubpixel()
2288 e[n].y0 = (p[a].y * y_scale_inv + shift_y) * vsubsample; in stbtt__rasterize()
2290 e[n].y1 = (p[b].y * y_scale_inv + shift_y) * vsubsample; in stbtt__rasterize()
2409 …lt, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, in… 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 …]
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c671 int shift_c, shift_y; in sti_hqvdp_update_hvsrc() local
677 shift_y = SHIFT_LUT_F_Y_LEGACY; in sti_hqvdp_update_hvsrc()
682 shift_y = SHIFT_LUT_E_Y_LEGACY; in sti_hqvdp_update_hvsrc()
687 shift_y = SHIFT_LUT_D_Y_LEGACY; in sti_hqvdp_update_hvsrc()
692 shift_y = SHIFT_LUT_C_Y_LEGACY; in sti_hqvdp_update_hvsrc()
696 shift_y = shift_c = SHIFT_LUT_B; in sti_hqvdp_update_hvsrc()
699 shift_y = shift_c = SHIFT_LUT_A_LEGACY; in sti_hqvdp_update_hvsrc()
703 hvsrc->hori_shift = (shift_c << 16) | shift_y; in sti_hqvdp_update_hvsrc()
707 hvsrc->vert_shift = (shift_c << 16) | shift_y; in sti_hqvdp_update_hvsrc()