Home
last modified time | relevance | path

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

/drivers/video/
A Dconsole_rotate.c44 static int console_move_rows_1(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_1() argument
56 (rowdst + count) * fontdata->height * pbytes; in console_move_rows_1()
67 vid_priv->xsize - ((rowdst + count) * fontdata->height), in console_move_rows_1()
137 static int console_move_rows_2(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_2() argument
148 dst = end - (rowdst + count) * fontdata->height * in console_move_rows_2()
156 vid_priv->ysize - (rowdst + count) * fontdata->height, in console_move_rows_2()
224 static int console_move_rows_3(struct udevice *dev, uint rowdst, uint rowsrc, in console_move_rows_3() argument
235 dst = vid_priv->fb + rowdst * fontdata->height * pbytes; in console_move_rows_3()
245 rowdst * fontdata->height, in console_move_rows_3()
A Dconsole_normal.c47 static int console_move_rows(struct udevice *dev, uint rowdst, in console_move_rows() argument
57 dst = vid_priv->fb + rowdst * fontdata->height * vid_priv->line_length; in console_move_rows()
64 fontdata->height * rowdst, in console_move_rows()
A Dconsole_truetype.c244 static int console_truetype_move_rows(struct udevice *dev, uint rowdst, in console_truetype_move_rows() argument
255 dst = vid_priv->fb + rowdst * met->font_size * vid_priv->line_length; in console_truetype_move_rows()
260 diff = (rowsrc - rowdst) * met->font_size; in console_truetype_move_rows()
266 vc_priv->y_charsize * rowdst, in console_truetype_move_rows()
A Dvidconsole-uclass.c32 int vidconsole_move_rows(struct udevice *dev, uint rowdst, uint rowsrc, in vidconsole_move_rows() argument
39 return ops->move_rows(dev, rowdst, rowsrc, count); in vidconsole_move_rows()

Completed in 17 milliseconds