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

  /external/chromium/chrome/browser/speech/
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 117 milliseconds