Searched refs:ImageGrid (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ash/wm/
H A Dresize_shadow.h22 class ImageGrid;
56 scoped_ptr<views::corewm::ImageGrid> image_grid_;
H A Dresize_shadow.cc52 image_grid_.reset(new views::corewm::ImageGrid);
/external/chromium_org/ui/views/corewm/
H A Dshadow.h21 class ImageGrid;
73 scoped_ptr<ImageGrid> image_grid_;
H A Dimage_grid.cc26 gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
33 ImageGrid::ImageGrid() function in class:views::corewm::ImageGrid
45 ImageGrid::~ImageGrid() {
48 void ImageGrid::SetImages(const gfx::Image* top_left_image,
89 void ImageGrid::SetSize(const gfx::Size& size) {
213 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) {
226 void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect,
234 void ImageGrid
[all...]
H A Dimage_grid.h24 // An ImageGrid is a 3x3 array of ui::Layers, each containing an image.
44 // This may seem odd at first, but it lets ImageGrid be used to draw shadows
60 class VIEWS_EXPORT ImageGrid { class in namespace:views::corewm
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
84 ImageGrid* grid_; // not owned
89 ImageGrid();
90 ~ImageGrid();
222 DISALLOW_COPY_AND_ASSIGN(ImageGrid);
H A Dimage_grid_unittest.cc28 // Test that an ImageGrid's layers are transformed correctly when SetSize() is
39 ImageGrid grid;
44 ImageGrid::TestAPI test_api(&grid);
120 // Test that an ImageGrid's layers are transformed correctly when
131 ImageGrid grid;
136 ImageGrid::TestAPI test_api(&grid);
156 ImageGrid grid;
161 ImageGrid::TestAPI test_api(&grid);
188 ImageGrid grid;
194 ImageGrid
[all...]
H A Dshadow.cc64 image_grid_.reset(new ImageGrid);

Completed in 213 milliseconds