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 194 gfx::Rect rect(this->device_viewport_size_);
218 gfx::Rect rect(this->device_viewport_size_);
260 gfx::Rect rect(this->device_viewport_size_);
269 gfx::Rect(this->device_viewport_size_),
292 gfx::Rect rect(this->device_viewport_size_);
302 gfx::Rect(this->device_viewport_size_),
328 gfx::Rect rect(this->device_viewport_size_);
337 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.cc 32 : device_viewport_size_(gfx::Size(200, 200)),
75 gfx::Rect(device_viewport_size_) + external_device_viewport_offset_;
pixel_test.h 47 gfx::Size device_viewport_size_; member in class:cc::PixelTest
  /external/chromium_org/cc/trees/
layer_tree_host.h 205 gfx::Size device_viewport_size() const { return device_viewport_size_; }
392 gfx::Size device_viewport_size_; member in class:cc::LayerTreeHost
layer_tree_host.cc 385 host_impl->SetViewportSize(device_viewport_size_);
555 SetNeedsRedrawRect(gfx::Rect(device_viewport_size_));
649 if (device_viewport_size == device_viewport_size_)
652 device_viewport_size_ = device_viewport_size;
970 readback_bytes = Resource::MemorySizeBytes(device_viewport_size_,
    [all...]
layer_tree_host_impl.h 604 gfx::Size device_viewport_size_; member in class:cc::LayerTreeHostImpl
626 // (When these are specified, device_viewport_size_ remains used only for
layer_tree_host_impl.cc     [all...]

Completed in 47 milliseconds