Searched refs:POINT (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/ |
D | present.h | 85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint); 86 HRESULT (WINAPI *SetCursorPos)(ID3DPresent *This, POINT *pPoint); 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|
/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 261 POINT topLeft; in WndProc() 280 POINT topLeft; in WndProc() 285 POINT botRight; in WndProc() 650 POINT topLeft = {0, 0}; in takeScreenshot() 735 POINT topLeft; in setMousePosition()
|
/hardware/google/gfxstream/guest/mesa/include/D3D9/ |
D | d3d9types.h | 130 } POINT, *LPPOINT; typedef
|
D | d3d9.h | 188 …ace, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint) = 0; 776 …Surface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint); 1027 …Surface, const RECT *pSourceRect, IDirect3DSurface9 *pDestinationSurface, const POINT *pDestPoint);
|