Home
last modified time | relevance | path

Searched refs:text_image_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dusername_view.cc86 if (text_image_ == NULL) in OnPaint()
88 DCHECK(text_image_ != NULL); in OnPaint()
90 gfx::Size(text_image_->width(), text_image_->height())); in OnPaint()
91 canvas->DrawBitmapInt(*text_image_, bounds.x(), bounds.y()); in OnPaint()
167 text_image_.reset(new SkBitmap(canvas.ExtractBitmap())); in PaintUsername()
173 *text_image_, in PaintUsername()
185 text_image_.reset(new SkBitmap(canvas.ExtractBitmap())); in PaintUsername()
194 text_image_.reset(); in OnLocaleChanged()
Dusername_view.h57 scoped_ptr<SkBitmap> text_image_; variable