Lines Matching full:text
49 * @rows: Number of text rows
50 * @cols: Number of text columns
55 * @xstart_frac: Left margin for the text console in fractional units
56 * @last_ch: Last character written to the text console on this line
91 * in pixels) or a text row number (measured in rows, where each row consists
92 * of an entire line of text - typically 16 pixels).
110 * move_rows() - Move text rows from one place to another
113 * @rowdst: Destination text row (0=top)
114 * @rowsrc: Source start text row
115 * @count: Number of text rows to move
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)
134 * entry_start() - Indicate that text entry is starting afresh
178 * vidconsole_move_rows() - Move text rows from one place to another
181 * @rowdst: Destination text row (0=top)
182 * @rowsrc: Source start text row
183 * @count: Number of text rows to move
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)
218 * vidconsole_position_cursor() - Move the text cursor
221 * @col: New cursor text column
222 * @row: New cursor text row