Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dosr_d3d11_win.cc370 RECT rc_bounds; in create_swapchain() local
371 GetClientRect(window, &rc_bounds); in create_swapchain()
373 width = rc_bounds.right - rc_bounds.left; in create_swapchain()
376 height = rc_bounds.bottom - rc_bounds.top; in create_swapchain()