Home | History | Annotate | Download | only in surface

Lines Matching refs:Size

14 #include "ui/gfx/size.h"
59 // Sets the accelerated surface to the given size, creating a new one if
63 uint32 SetSurfaceSize(const gfx::Size& size);
83 // The size of the rectangle copied is the size last specified via
99 // Get the accelerated surface size.
100 gfx::Size GetSize() const { return surface_size_; }
106 void AllocateRenderBuffers(GLenum target, const gfx::Size& size);
115 gfx::Size ClampToValidDimensions(const gfx::Size& size);
126 gfx::Size surface_size_;
129 // of 1. This is the real size of the surface; surface_size_ is what
131 gfx::Size real_surface_size_;