Home
last modified time | relevance | path

Searched refs:draw_cursor (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/clients/
Dfullscreen.c56 int draw_cursor; member
207 if (window_has_focus(fullscreen->window) && fullscreen->draw_cursor) { in redraw_handler()
380 return fullscreen->draw_cursor ? CURSOR_BLANK : CURSOR_LEFT_PTR; in motion_handler()
395 return fullscreen->draw_cursor ? CURSOR_BLANK : CURSOR_LEFT_PTR; in enter_handler()
435 fullscreen->draw_cursor = 0; in fshell_capability_handler()
543 fullscreen.draw_cursor = 1; in main()
546 fullscreen.draw_cursor = 0; in main()
/third_party/ffmpeg/libavcodec/
Drasc.c593 static void draw_cursor(AVCodecContext *avctx) in draw_cursor() function
741 draw_cursor(avctx); in decode_frame()