Lines Matching full:row
91 * in pixels) or a text row number (measured in rows, where each row consists
113 * @rowdst: Destination text row (0=top)
114 * @rowsrc: Source start text row
122 * set_row() - Set the colour of a text row
124 * Every pixel contained within the text row is adjusted
127 * @row: Text row to adjust (0=top)
131 int (*set_row)(struct udevice *dev, uint row, int clr);
181 * @rowdst: Destination text row (0=top)
182 * @rowsrc: Source start text row
190 * vidconsole_set_row() - Set the colour of a text row
192 * Every pixel contained within the text row is adjusted
195 * @row: Text row to adjust (0=top)
199 int vidconsole_set_row(struct udevice *dev, uint row, int clr);
222 * @row: New cursor text row
226 unsigned row);