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

  /external/chromium_org/ui/views/corewm/
image_grid.h 130 class ImagePainter : public ui::LayerDelegate {
132 ImagePainter(const gfx::Image* image) : image_(image) {}
133 virtual ~ImagePainter() {}
151 DISALLOW_COPY_AND_ASSIGN(ImagePainter);
165 scoped_ptr<ImagePainter>* painter_ptr);
212 scoped_ptr<ImagePainter> top_left_painter_;
213 scoped_ptr<ImagePainter> top_painter_;
214 scoped_ptr<ImagePainter> top_right_painter_;
215 scoped_ptr<ImagePainter> left_painter_;
216 scoped_ptr<ImagePainter> center_painter_
    [all...]
  /external/chromium_org/ui/views/
painter.cc 92 // ImagePainter ---------------------------------------------------------------
94 // ImagePainter stores and paints nine images as a scalable grid.
95 class VIEWS_EXPORT ImagePainter : public Painter {
97 // Constructs an ImagePainter with the specified image resource ids.
99 explicit ImagePainter(const int image_ids[]);
101 // Constructs an ImagePainter with the specified image and insets.
102 ImagePainter(const gfx::ImageSkia& image, const gfx::Insets& insets);
104 virtual ~ImagePainter();
129 DISALLOW_COPY_AND_ASSIGN(ImagePainter);
132 ImagePainter::ImagePainter(const int image_ids[])
    [all...]

Completed in 35 milliseconds