Lines Matching full:character
51 * @x_charsize: Character width in pixels
52 * @y_charsize: Character height in pixels
56 * @last_ch: Last character written to the text console on this line
76 * ANSI escape sequences are accumulated character by character,
96 * putc_xy() - write a single character to a position
102 * @ch: Character to write
137 * each character output so that backspace will return to the correct
146 * backspace() - Handle erasing the last character
149 * the previous character. This optional method will be called when
151 * character and update the cursor position (xcur_frac, ycur) to the
152 * start of the previous character.
164 * vidconsole_putc_xy() - write a single character to a position
170 * @ch: Character to write
202 * vidconsole_put_char() - Output a character to the current console position
204 * Outputs a character to the console and advances the cursor. This function
212 * @ch: Character to write