Searched refs:xoff (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/tools/kermit/ |
| H A D | flash_param | 12 set flow-control xon/xoff
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 198 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 D | stb_truetype.h | 465 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 D | cfb_console.c | 1162 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()
|