Home
last modified time | relevance | path

Searched refs:shift_x (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py436 shift_x, shift_y = -20, 20
438 shift_x, shift_y = 5, 40
441 draw_text (ctx, label, DISK_TPUT_COLOR, pos_x + shift_x, curr_y + shift_y)
512 shift_x, shift_y = -20, 20
514 shift_x, shift_y = 5, 40
518 draw_text (ctx, label, CPU_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y)
546 shift_x, shift_y = -20, 20
548 shift_x, shift_y = 5, 40
552 draw_text (ctx, label, IO_PRESSURE_AVG10_COLOR, pos_x + shift_x, curr_y + shift_y)
580 shift_x, shift_y = -20, 20
[all …]
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h771 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i…
781 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i…
792 …stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, i…
799 …Subpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, i…
801 …nt out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, i…
803 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i…
819 … float shift_x, float shift_y, // translation applied to input vertices
1562 …onst stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, i… in stbtt_GetGlyphBitmapBoxSubpixel() argument
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()
[all …]