Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dcfb_console.c112 #define VIDEO_PIXEL_SIZE (pGD->gdfBytesPP) macro
181 #define VIDEO_LINE_LEN (VIDEO_COLS * VIDEO_PIXEL_SIZE)
325 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
349 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
383 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
417 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
460 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
496 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
523 int firstx = xx * VIDEO_PIXEL_SIZE; in video_invertchar()
524 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar()
[all …]
H A DKconfig538 VIDEO_PIXEL_SIZE bytes per pixel