Searched defs:rect_in_device_viewport (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc134 void* pixels, const WebRect& rect_in_device_viewport) {
136 rect_in_device_viewport);
133 compositeAndReadback( void* pixels, const WebRect& rect_in_device_viewport) argument
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc525 void *pixels, const WebRect& rect_in_device_viewport) {
527 rect_in_device_viewport);
524 compositeAndReadback( void *pixels, const WebRect& rect_in_device_viewport) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc489 gfx::Rect rect_in_device_viewport) {
491 bool ret = proxy_->CompositeAndReadback(pixels, rect_in_device_viewport);
488 CompositeAndReadback(void* pixels, gfx::Rect rect_in_device_viewport) argument
H A Dlayer_tree_host_impl.cc1503 gfx::Rect rect_in_device_viewport) {
1505 renderer_->GetFramebufferPixels(pixels, rect_in_device_viewport);
1502 Readback(void* pixels, gfx::Rect rect_in_device_viewport) argument

Completed in 521 milliseconds