Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dconsole_core.c29 debug("byte width: %d\n", fontdata->byte_width); in console_set_font()
103 for (int col = 0; col < fontdata->byte_width; col++) { in fill_char_vertically()
105 bool is_last_col = (fontdata->byte_width - col == 1); in fill_char_vertically()
126 pfont += fontdata->byte_width; in fill_char_vertically()
152 for (int col = 0; col < fontdata->byte_width; col++) { in fill_char_horizontally()
155 bool is_last_col = (fontdata->byte_width - col == 1); in fill_char_horizontally()
163 u32 value = (pfont[row * fontdata->byte_width + col] in fill_char_horizontally()
A Dvideo_bmp.c251 unsigned long width, height, byte_width; in video_bmp_display() local
335 byte_width = width * (bpix / 8); in video_bmp_display()
336 if (!byte_width) in video_bmp_display()
337 byte_width = width; in video_bmp_display()
347 fb -= byte_width + priv->line_length; in video_bmp_display()
/u-boot/include/
A Dvideo_font_data.h16 int byte_width; member
26 .byte_width = VIDEO_FONT_BYTE_WIDTH(_font_width), \

Completed in 9 milliseconds