Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1648 android_native_rect_t* cur_rect = &rects[r]; in QueuePresentKHR() local
1649 cur_rect->left = x; in QueuePresentKHR()
1650 cur_rect->top = y + height; in QueuePresentKHR()
1651 cur_rect->right = x + width; in QueuePresentKHR()
1652 cur_rect->bottom = y; in QueuePresentKHR()