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

  /external/chromium_org/ui/wm/core/
image_grid.cc 60 gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
67 ImageGrid::ImageGrid()
79 ImageGrid::~ImageGrid() {
82 void ImageGrid::SetImages(const gfx::Image* top_left_image,
124 void ImageGrid::SetSize(const gfx::Size& size) {
248 void ImageGrid::SetContentBounds(const gfx::Rect& content_bounds) {
261 void ImageGrid::ImagePainter::SetClipRect(const gfx::Rect& clip_rect,
269 void ImageGrid::ImagePainter::OnPaintLayer(gfx::Canvas* canvas)
    [all...]
image_grid.h 24 // 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 WM_EXPORT ImageGrid {
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
84 ImageGrid* grid_; // not owned
89 ImageGrid();
90 ~ImageGrid();
216 DISALLOW_COPY_AND_ASSIGN(ImageGrid);

Completed in 97 milliseconds