HomeSort by relevance Sort by last modified time
    Searched refs:icon_image (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/speech/
speech_input_bubble.h 147 // Overridden by subclasses to copy |icon_image()| to the screen.
158 SkBitmap icon_image();
speech_input_bubble_gtk.cc 239 int diff_width = desired_width - icon_image().width();
240 int diff_height = desired_height - icon_image().height();
254 SkBitmap image = icon_image();
speech_input_bubble_views.cc 362 bubble_content_->UpdateLayout(display_mode(), message_text(), icon_image());
369 bubble_content_->SetImage(icon_image());
speech_input_bubble.cc 241 SkBitmap SpeechInputBubbleBase::icon_image() { function in class:SpeechInputBubbleBase
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 48 XImage *icon_image; local
193 icon_image = XCreateImage(SDL_Display,
199 icon_image->byte_order = (SDL_BYTEORDER == SDL_BIG_ENDIAN)
204 XPutImage(SDL_Display, icon_pixmap, gc, icon_image,
207 XDestroyImage(icon_image);

Completed in 176 milliseconds