Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.cc123 mic_image_.reset(new SkBitmap()); in SpeechInputBubbleBase()
124 mic_image_->setConfig(SkBitmap::kARGB_8888_Config, in SpeechInputBubbleBase()
127 mic_image_->allocPixels(); in SpeechInputBubbleBase()
199 int width = mic_image_->width(); in DrawVolumeOverlay()
200 int height = mic_image_->height(); in DrawVolumeOverlay()
220 mic_image_->eraseARGB(0, 0, 0, 0); in SetInputVolume()
221 SkCanvas canvas(*mic_image_); in SetInputVolume()
229 SetImage(*mic_image_.get()); in SetInputVolume()
Dspeech_input_bubble.h178 scoped_ptr<SkBitmap> mic_image_; variable