Searched refs:y_off (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video_bmp.c | 43 uchar *fb, int x_off, int y_off) in video_display_rle8_bitmap() argument 80 fb = (uchar *)(priv->fb + (y + y_off - 1) in video_display_rle8_bitmap()
|
| H A D | cfb_console.c | 1851 __maybe_unused int y_off = 0; in video_logo() local 1912 y_off = 1; in video_logo() 1931 (i + y_off) * in video_logo() 1934 y_off++; in video_logo() 1938 (i + y_off) * in video_logo() 1945 (i + y_off) * in video_logo()
|
| H A D | stb_truetype.h | 820 int x_off, int y_off, // another translation applied to input 2403 …loat scale_x, float scale_y, float shift_x, float shift_y, int x_off, int y_off, int invert, void … in stbtt_Rasterize() argument 2409 …inding_lengths, winding_count, scale_x, scale_y, shift_x, shift_y, x_off, y_off, invert, userdata); in stbtt_Rasterize()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | bmp_helper.c | 53 int y_off, bool flip) in decode_rle8_bitmap() argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd.c | 455 uchar *fb, int x_off, int y_off) in lcd_display_rle8_bitmap() argument 490 fb = (uchar *) (lcd_base + (y + y_off - 1) in lcd_display_rle8_bitmap()
|