OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HorizontalPainter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/
painter.h
95
//
HorizontalPainter
paints 3 images into a box: left, center and right. The
99
class VIEWS_EXPORT
HorizontalPainter
: public Painter {
101
// Constructs a new
HorizontalPainter
loading the specified image names.
103
explicit
HorizontalPainter
(const int image_resource_names[]);
104
virtual ~
HorizontalPainter
();
121
DISALLOW_COPY_AND_ASSIGN(
HorizontalPainter
);
painter.cc
373
//
HorizontalPainter
----------------------------------------------------------
375
HorizontalPainter
::
HorizontalPainter
(const int image_resource_names[]) {
383
HorizontalPainter
::~
HorizontalPainter
() {
386
gfx::Size
HorizontalPainter
::GetMinimumSize() const {
392
void
HorizontalPainter
::Paint(gfx::Canvas* canvas, const gfx::Size& size) {
Completed in 51 milliseconds