HomeSort by relevance Sort by last modified time
    Searched defs:surface_size_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 100 gfx::Size GetSize() const { return surface_size_; }
126 gfx::Size surface_size_; member in class:AcceleratedSurface
129 // of 1. This is the real size of the surface; surface_size_ is what
  /external/chromium_org/cc/output/
output_surface.h 148 gfx::Size surface_size_; member in class:cc::OutputSurface
  /external/chromium_org/content/common/gpu/
gpu_memory_manager_unittest.cc 75 gfx::Size surface_size_; member in class:content::FakeClient
135 return surface_size_;
137 void SetSurfaceSize(gfx::Size size) { surface_size_ = size; }
    [all...]

Completed in 43 milliseconds