Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c111 #define VIDEO_PIXEL_SIZE (pGD->gdfBytesPP) macro
179 #define VIDEO_LINE_LEN (VIDEO_COLS * VIDEO_PIXEL_SIZE)
323 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
347 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
381 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
415 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
458 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
494 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
521 int firstx = xx * VIDEO_PIXEL_SIZE; in video_invertchar()
522 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar()
[all …]
H A DKconfig577 VIDEO_PIXEL_SIZE bytes per pixel