Searched refs:CURSOR_POSITION_MASK (Results 1 – 2 of 2) sorted by relevance
70 x = -(x & CURSOR_POSITION_MASK); in intel_set_cursor_shape()72 y = -(y & CURSOR_POSITION_MASK); in intel_set_cursor_shape()
1346 #define CURSOR_POSITION_MASK 0x3fff macro