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

  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h 46 WMcursor *BlankCursor;
55 #define SDL_BlankCursor (_this->hidden->BlankCursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_lowvideo.h 44 WMcursor *BlankCursor;
59 #define SDL_BlankCursor (_this->hidden->BlankCursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_video.h 113 WMcursor* BlankCursor;
147 #define SDL_BlankCursor (this->hidden->BlankCursor)
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 65 WMcursor *BlankCursor; /* The invisible cursor */
173 #define SDL_BlankCursor (this->hidden->BlankCursor)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowQt.cpp 99 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoWidget.cpp 115 QApplication::setOverrideCursor(QCursor(Qt::BlankCursor));
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 163 m_platformCursor = new QCursor(Qt::BlankCursor);

Completed in 78 milliseconds