HomeSort by relevance Sort by last modified time
    Searched refs:device_viewport_size_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/output/
renderer_pixeltest.cc 199 gfx::Rect rect(this->device_viewport_size_);
222 gfx::Rect rect(this->device_viewport_size_);
263 gfx::Rect rect(this->device_viewport_size_);
272 gfx::Rect(this->device_viewport_size_),
294 gfx::Rect rect(this->device_viewport_size_);
304 gfx::Rect(this->device_viewport_size_),
329 gfx::Rect rect(this->device_viewport_size_);
338 gfx::Rect(this->device_viewport_size_),
361 gfx::Rect rect(this->device_viewport_size_);
371 gfx::Rect(this->device_viewport_size_),
    [all...]
  /external/chromium_org/cc/test/
pixel_test.h 37 gfx::Size device_viewport_size_; member in class:cc::PixelTest
pixel_test.cc 85 : device_viewport_size_(gfx::Size(200, 200)),
87 new PixelTestRendererClient(gfx::Rect(device_viewport_size_))) {}
  /external/chromium_org/cc/trees/
layer_tree_host.h 209 gfx::Size device_viewport_size() const { return device_viewport_size_; }
363 gfx::Size device_viewport_size_; member in class:cc::LayerTreeHost
layer_tree_host.cc 350 host_impl->SetViewportSize(device_viewport_size_);
508 SetNeedsRedrawRect(gfx::Rect(device_viewport_size_));
590 if (device_viewport_size == device_viewport_size_)
593 device_viewport_size_ = device_viewport_size;
905 readback_bytes = Resource::MemorySizeBytes(device_viewport_size_,
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl.h 536 gfx::Size device_viewport_size_; member in class:cc::LayerTreeHostImpl
554 // (When these are specified, device_viewport_size_ remains used only for

Completed in 1014 milliseconds