Searched defs:mps (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1799 ComPtr<IMousePointerShape> mps; local
1800 mConsole->i_getMouse()->COMGETTER(PointerShape)(mps.asOutParam());
1801 if (!mps.isNull())
1807 mps->COMGETTER(Visible)(&visible);
1808 mps->COMGETTER(Alpha)(&alpha);
1809 mps->COMGETTER(HotX)(&hotX);
1810 mps->COMGETTER(HotY)(&hotY);
1811 mps->COMGETTER(Width)(&width);
1812 mps->COMGETTER(Height)(&height);
1813 mps
[all...]
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2399 ComPtr<IMousePointerShape> mps; local
2400 gpMouse->COMGETTER(PointerShape)(mps.asOutParam());
2401 if (!mps.isNull())
2407 mps->COMGETTER(Visible)(&visible);
2408 mps->COMGETTER(Alpha)(&alpha);
2409 mps->COMGETTER(HotX)(&hotX);
2410 mps->COMGETTER(HotY)(&hotY);
2411 mps->COMGETTER(Width)(&width);
2412 mps->COMGETTER(Height)(&height);
2413 mps
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h2267 pseudo_bit_t mps[0x00001]; /* Ability of this HCA to support multiple page sizes per Memory Region. */ member in struct:arbelprm_query_dev_lim_st
H A DMT25408_PRM.h2254 pseudo_bit_t mps[0x00001]; /* Ability of this HCA to support multiple page sizes per Memory Region. */ member in struct:hermonprm_query_dev_cap_st

Completed in 126 milliseconds