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

  /external/chromium_org/ui/views/corewm/
image_grid.cc 26 gfx::RectF ImageGrid::TestAPI::GetTransformedLayerBounds(
33 ImageGrid::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::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 VIEWS_EXPORT ImageGrid {
65 TestAPI(ImageGrid* grid) : grid_(grid) {}
84 ImageGrid* grid_; // not owned
89 ImageGrid();
90 ~ImageGrid();
222 DISALLOW_COPY_AND_ASSIGN(ImageGrid);

Completed in 29 milliseconds