Searched refs:text_image_ (Results 1 – 2 of 2) sorted by relevance
86 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()
57 scoped_ptr<SkBitmap> text_image_; variable