HomeSort by relevance Sort by last modified time
    Searched full:hot_x (Results 26 - 42 of 42) sorted by null

12

  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysmouse.c 106 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
176 hot_x, hot_y, allowed_x, allowed_y,
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11mouse.c 52 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y)
135 mask_pixmap, &black, &white, hot_x, hot_y);
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 55 cairo_set_source_surface(cr.get(), source.get(), cursor.hot_x, cursor.hot_y);
56 cairo_mask_surface(cr.get(), mask.get(), cursor.hot_x, cursor.hot_y);
CursorGtk.h 364 int hot_x; member in struct:__anon17867
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 43 Sint16 hot_x, hot_y; /**< The "tip" of the cursor */ member in struct:SDL_Cursor
86 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 43 Sint16 hot_x, hot_y; /**< The "tip" of the cursor */ member in struct:SDL_Cursor
86 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 43 Sint16 hot_x, hot_y; /**< The "tip" of the cursor */ member in struct:SDL_Cursor
86 (Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 37 int w, int h, int hot_x, int hot_y) {
69 hot_x = hot_x*16/w;
77 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ];
SDL_QuartzVideo.h 203 int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 63 int w, int h, int hot_x, int hot_y);
347 int w, int h, int hot_x, int hot_y)
  /external/chromium/webkit/glue/
webcursor_gtk.cc 39 custom.hot_x, custom.hot_y);
webcursor_gtk_data.h 265 int hot_x; member in struct:__anon5345
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 140 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
581 WMcursor *EPOC_CreateWMCursor(_THIS, Uint8* /*data*/, Uint8* /*mask*/, int /*w*/, int /*h*/, int /*hot_x*/, int /*hot_y*/)
  /external/qemu/
console.h 150 int hot_x, hot_y; member in struct:QEMUCursor
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_sysvideo.h 245 Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 147 static WMcursor *EPOC_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 844 milliseconds

12