Searched refs:INC_Y (Results 1 – 2 of 2) sorted by relevance
41 WriteReg16(CMD, CMD_RECT | DRAW | INC_X | INC_Y | WRTDATA); in Trio64_FillRectangle()78 WriteReg16(CMD, CMD_RECT | DRAW | INC_X | INC_Y | WRTDATA); in Trio64_FillSpan()103 WriteReg16(CMD, CMD_RECT | DRAW | INC_X | INC_Y | WRTDATA); in Trio64_InvertRectangle()130 int cmd = CMD_BITBLT | DRAW | INC_X | INC_Y | WRTDATA; in Trio64_ScreenToScreenBlit()141 cmd &= ~INC_Y; in Trio64_ScreenToScreenBlit()
45 #define INC_Y 0x0080 macro