Home
last modified time | relevance | path

Searched refs:topLeft (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/testlibs/windows/win32/
DWin32Window.cpp261 POINT topLeft; in WndProc() local
262 topLeft.x = winRect.left; in WndProc()
263 topLeft.y = winRect.top; in WndProc()
264 ClientToScreen(hWnd, &topLeft); in WndProc()
268 event.move.x = topLeft.x; in WndProc()
269 event.move.y = topLeft.y; in WndProc()
280 POINT topLeft; in WndProc() local
281 topLeft.x = winRect.left; in WndProc()
282 topLeft.y = winRect.top; in WndProc()
283 ClientToScreen(hWnd, &topLeft); in WndProc()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_shader_image_footprint.adoc164 uint64_t topLeft = returnedMask & (~bottomMask) & (~rightMask);
199 for "`topLeft`", "`topRight`", "`bottomLeft`", and "`bottomRight`".