Searched refs:cursor_shape (Results 1 – 5 of 5) sorted by relevance
305 vc->vc_cursor_type != ops->p->cursor_shape || in bit_cursor()318 ops->p->cursor_shape = vc->vc_cursor_type; in bit_cursor()321 switch (CUR_SIZE(ops->p->cursor_shape)) { in bit_cursor()
294 vc->vc_cursor_type != ops->p->cursor_shape || in ccw_cursor()315 ops->p->cursor_shape = vc->vc_cursor_type; in ccw_cursor()318 switch (CUR_SIZE(ops->p->cursor_shape)) { in ccw_cursor()
277 vc->vc_cursor_type != ops->p->cursor_shape || in cw_cursor()298 ops->p->cursor_shape = vc->vc_cursor_type; in cw_cursor()301 switch (CUR_SIZE(ops->p->cursor_shape)) { in cw_cursor()
325 vc->vc_cursor_type != ops->p->cursor_shape || in ud_cursor()338 ops->p->cursor_shape = vc->vc_cursor_type; in ud_cursor()341 switch (CUR_SIZE(ops->p->cursor_shape)) { in ud_cursor()
36 int cursor_shape; member
Completed in 8 milliseconds