Home
last modified time | relevance | path

Searched refs:xoff (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/tools/kermit/
H A Dflash_param12 set flow-control xon/xoff
/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c198 int width, height, xoff, yoff; in console_truetype_putc_xy() local
249 &xoff, &yoff); in console_truetype_putc_xy()
270 uint16_t *dst = (uint16_t *)line + xoff; in console_truetype_putc_xy()
H A Dstb_truetype.h465 float xoff,yoff,xadvance; member
511 float xoff,yoff,xadvance; member
762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff);
799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument
2445 if (xoff ) *xoff = ix0; in stbtt_GetGlyphBitmapSubpixel()
2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() argument
2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap()
[all …]
H A Dcfb_console.c1162 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() argument
1182 xoff * bpp); in display_rle8_bitmap()
1237 xoff * bpp); in display_rle8_bitmap()
1250 xoff * bpp); in display_rle8_bitmap()