Home
last modified time | relevance | path

Searched refs:hotspot (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c407 This->cursor.hotspot.x = -1; in NineDevice9_ctor()
408 This->cursor.hotspot.y = -1; in NineDevice9_ctor()
844 This->cursor.hotspot.x = XHotSpot; in NineDevice9_SetCursorProperties()
845 This->cursor.hotspot.y = YHotSpot; in NineDevice9_SetCursorProperties()
873 &This->cursor.hotspot, in NineDevice9_SetCursorProperties()
921 if (This->cursor.hotspot.x == -1) in NineDevice9_ShowCursor()
H A Ddevice9.h123 POINT hotspot; /* -1, -1 if no cursor image set */ member
H A Dswapchain9.c654 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x; in handle_draw_cursor_and_hud()
655 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y; in handle_draw_cursor_and_hud()
/third_party/rust/crates/libc/src/
H A Dpsp.rs2011 pub hotspot: i32,

Completed in 16 milliseconds