Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1672 android_native_rect_t* cur_rect = &rects[r]; in QueuePresentKHR() local
1673 cur_rect->left = x; in QueuePresentKHR()
1674 cur_rect->top = y + height; in QueuePresentKHR()
1675 cur_rect->right = x + width; in QueuePresentKHR()
1676 cur_rect->bottom = y; in QueuePresentKHR()