Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c316 static int console_truetype_erase(struct udevice *dev, int xstart, int ystart, in console_truetype_erase() argument
324 line = vid_priv->fb + ystart * vid_priv->line_length; in console_truetype_erase()
326 for (row = ystart; row < yend; row++) { in console_truetype_erase()