Lines Matching full:position
22 * @xcur_frac: Current X position, in fractional units (VID_TO_POS(x))
23 * @curr_row: Current Y position in pixels (0=top)
50 * These operations work on either an absolute console position (measured
56 * putc_xy() - write a single character to a position
59 * @x_frac: Fractional pixel X position (0=left-most pixel) which
60 * is the X position multipled by VID_FRAC_DIV.
61 * @y: Pixel Y position (0=top-most pixel)
96 * Consoles which use proportional fonts need to track the position of
111 * character and update the cursor position (xcur_frac, ycur) to the
124 * vidconsole_putc_xy() - write a single character to a position
127 * @x_frac: Fractional pixel X position (0=left-most pixel) which
128 * is the X position multipled by VID_FRAC_DIV.
129 * @y: Pixel Y position (0=top-most pixel)
162 * vidconsole_put_char() - Output a character to the current console position
168 * The device always starts with the cursor at position 0,0 (top left). It