Home
last modified time | relevance | path

Searched refs:LPPOINT (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c245 ClientToScreen(hwnd, (LPPOINT) & rect); in SetupWindowData()
246 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in SetupWindowData()
830 ClientToScreen(data->hwnd, (LPPOINT) & rect); in WIN_UpdateClipCursor()
831 ClientToScreen(data->hwnd, (LPPOINT) & rect + 1); in WIN_UpdateClipCursor()
DSDL_windowsevents.c780 ClientToScreen(hwnd, (LPPOINT) & rect); in WIN_WindowProc()
781 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in WIN_WindowProc()
892 ClientToScreen(hwnd, (LPPOINT) & rect); in WIN_WindowProc()
893 ClientToScreen(hwnd, (LPPOINT) & rect + 1); in WIN_WindowProc()
/third_party/python/Lib/ctypes/
Dwintypes.py186 LPPOINT = PPOINT = ctypes.POINTER(POINT) variable
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp325 MapWindowPoints(m_window.getHandle(), DE_NULL, (LPPOINT)&rect, 2); in readScreenPixels()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h130 } POINT, *LPPOINT; typedef