Searched defs:cur_rect (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/vulkan/libvulkan/
H A Dswapchain.cpp1396 android_native_rect_t* cur_rect = &rects[r]; local
1397 cur_rect->left = x;
1398 cur_rect->top = y + height;
1399 cur_rect->right = x + width;
1400 cur_rect->bottom = y;

Completed in 69 milliseconds