Home
last modified time | relevance | path

Searched refs:cursor_x (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/xen/interface/
Dxen.h847 uint16_t cursor_x, cursor_y; member
/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_drv.h249 int16_t cursor_x, cursor_y; member
Dintel_display.c6382 int x = intel_crtc->cursor_x; in intel_crtc_update_cursor()
6540 intel_crtc->cursor_x = x; in intel_crtc_cursor_move()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp2891 int cursor_x = 0; in WindowDelegateDraw() local
2901 cursor_x = x - 1; in WindowDelegateDraw()
2906 window.MoveCursor(cursor_x, cursor_y); in WindowDelegateDraw()