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 162 // ImagePainter ---------------------------------------------------------------
164 // ImagePainter stores and paints nine images as a scalable grid.
165 class VIEWS_EXPORT ImagePainter : public Painter {
167 // Constructs an ImagePainter with the specified image resource ids.
169 explicit ImagePainter(const int image_ids[]);
171 // Constructs an ImagePainter with the specified image and insets.
172 ImagePainter(const gfx::ImageSkia& image, const gfx::Insets& insets);
174 virtual ~ImagePainter();
199 DISALLOW_COPY_AND_ASSIGN(ImagePainter);
202 ImagePainter::ImagePainter(const int image_ids[])
    [all...]

Completed in 31 milliseconds