Lines Matching full:position
47 * @xcur_frac: Current X position, in fractional units (VID_TO_POS(x))
48 * @ycur: Current Y position in pixels (0=top)
59 * @col_saved: Saved X position, in fractional units (VID_TO_POS(x))
60 * @row_saved: Saved Y position in pixels (0=top)
90 * These operations work on either an absolute console position (measured
96 * putc_xy() - write a single character to a position
99 * @x_frac: Fractional pixel X position (0=left-most pixel) which
100 * is the X position multipled by VID_FRAC_DIV.
101 * @y: Pixel Y position (0=top-most pixel)
136 * Consoles which use proportional fonts need to track the position of
151 * character and update the cursor position (xcur_frac, ycur) to the
164 * vidconsole_putc_xy() - write a single character to a position
167 * @x_frac: Fractional pixel X position (0=left-most pixel) which
168 * is the X position multipled by VID_FRAC_DIV.
169 * @y: Pixel Y position (0=top-most pixel)
202 * vidconsole_put_char() - Output a character to the current console position
208 * The device always starts with the cursor at position 0,0 (top left). It