Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c521 int firstx = xx * VIDEO_PIXEL_SIZE; in video_invertchar() local
527 for (x = firstx; x < lastx; x++) { in video_invertchar()