Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c111 #define VIDEO_PIXEL_SIZE (pGD->gdfBytesPP) macro
180 #define VIDEO_LINE_LEN (VIDEO_COLS * VIDEO_PIXEL_SIZE)
324 offset = yy * VIDEO_LINE_LEN + xx * VIDEO_PIXEL_SIZE; in video_drawchars()
348 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
382 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
416 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
459 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
495 dest0 += VIDEO_FONT_WIDTH * VIDEO_PIXEL_SIZE; in video_drawchars()
522 int firstx = xx * VIDEO_PIXEL_SIZE; in video_invertchar()
523 int lastx = (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE; in video_invertchar()
[all …]
DKconfig543 VIDEO_PIXEL_SIZE bytes per pixel