/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_mouse.h | 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
SDL_video.h | 52 Uint16 w, h; 100 Uint16 pitch; /**< Read-only */ 212 Uint16 *pitches; /**< Read-only */ 438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_mouse.h | 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
SDL_video.h | 52 Uint16 w, h; 100 Uint16 pitch; /**< Read-only */ 212 Uint16 *pitches; /**< Read-only */ 438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_mouse.h | 70 extern DECLSPEC void SDLCALL SDL_WarpMouse(Uint16 x, Uint16 y);
|
SDL_video.h | 52 Uint16 w, h; 100 Uint16 pitch; /**< Read-only */ 212 Uint16 *pitches; /**< Read-only */ 438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 408 Uint16 *src_pos = (Uint16 *)byte_src_pos; 409 Uint16 *dst_pos = (Uint16 *)byte_dst_pos; 412 Uint16 *src = src_pos; 413 Uint16 *dst = dst_pos; 419 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes); 437 Uint16 *src_pos = (Uint16 *)byte_src_pos; 438 Uint16 *dst_pos = (Uint16 *)byte_dst_pos [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemmouse.c | 71 Uint16 *data1, *mask1; 110 data1 = (Uint16 *) &data[i<<1]; 111 mask1 = (Uint16 *) &mask[i<<1]; 155 void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audiocvt.c | 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) 75 sample = (Uint16)((src[0]<<8)|src[1])+ 76 (Uint16)((src[2]<<8)|src[3]); 86 sample = (Uint16)((src[1]<<8)|src[0])+ 87 (Uint16)((src[3]<<8)|src[2]); 137 void SDLCALL SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format) 182 lsample = (Uint16)((src[0]<<8)|src[1]); 183 rsample = (Uint16)((src[2]<<8)|src[3]); 195 lsample = (Uint16)((src[1]<<8)|src[0]); 196 rsample = (Uint16)((src[3]<<8)|src[2]) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_1.c | 84 Uint16 *map; 94 map = (Uint16 *)info->table; 100 *(Uint16 *)dst = map[*src++]; 118 *(Uint16 *)dst = map[*src++]; 135 *(Uint16 *)dst = map[*src++]; 144 *(Uint16 *)dst = map[*src++]; 167 *(Uint16 *)dst = map[*src++]; 176 *(Uint16 *)dst = map[*src++]; 324 Uint16 *dstp = (Uint16 *)info->d_pixels [all...] |
SDL_blit.h | 117 Pixel = *((Uint16 *)(buf)); \ 144 Pixel = *((Uint16 *)(buf)); \ 200 Uint16 Pixel; \ 203 *((Uint16 *)(buf)) = Pixel; \ 233 Uint16 *bufp; \ 234 Uint16 Pixel; \ 236 bufp = (Uint16 *)buf; \ 307 Pixel = *((Uint16 *)(buf)); \ 354 Uint16 Pixel; \ 357 *((Uint16 *)(buf)) = Pixel; [all...] |
SDL_bmp.c | 67 Uint16 bfReserved1; 68 Uint16 bfReserved2; 75 Uint16 biPlanes; 76 Uint16 biBitCount; 315 Uint16 *pix = (Uint16 *)bits; 370 Uint16 bfReserved1; 371 Uint16 bfReserved2; 378 Uint16 biPlanes; 379 Uint16 biBitCount [all...] |
SDL_sysvideo.h | 153 Uint16 *gamma; 162 int (*SetGammaRamp)(_THIS, Uint16 *ramp); 165 int (*GetGammaRamp)(_THIS, Uint16 *ramp); 253 void (*WarpWMCursor)(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.c | 50 static int NX_SetGammaRamp (_THIS, Uint16 * ramp) ; 51 static int NX_GetGammaRamp (_THIS, Uint16 * ramp) ; 485 static int NX_SetGammaRamp (_THIS, Uint16 * ramp) 488 Uint16 * red, * green, * blue ; 494 if (! GammaRamp_R) GammaRamp_R = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ; 495 if (! GammaRamp_G) GammaRamp_G = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) ; 496 if (! GammaRamp_B) GammaRamp_B = (Uint16 *) SDL_malloc (sizeof (Uint16) * CI_SIZE) [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testgamma.c | 19 void CalculateGamma(double gamma, Uint16 *ramp) 29 ramp[i] = (Uint16)value; 81 Uint16 ramp[256]; 82 Uint16 red_ramp[256];
|
testalpha.c | 26 Uint16 *buffer16; 27 Uint16 color; 48 color = (Uint16)SDL_MapRGB(screen->format, gradient, gradient, gradient); 49 buffer16=(Uint16*)buffer; 68 Uint16 x, y; 69 Uint16 skip; 74 Uint16 *buf; 97 buf = (Uint16 *)light->pixels; 112 buf = (Uint16 *)light->pixels; 241 void AttractSprite(Uint16 x, Uint16 y [all...] |
graywin.c | 60 Uint16 *buffer16; 61 Uint16 color; 86 buffer16=(Uint16*)buffer; 105 SDL_Surface *CreateScreen(Uint16 w, Uint16 h, Uint8 bpp, Uint32 flags)
|
testbitmap.c | 62 Uint16 *buffer16; 63 Uint16 color; 133 buffer16=(Uint16*)buffer;
|
testcursor.c | 14 Uint16 cursor_data[16]={ 36 Uint16 cursor_mask[16]={
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macmouse.c | 108 void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 52 Uint16 w, h; 100 Uint16 pitch; /**< Read-only */ 212 Uint16 *pitches; /**< Read-only */ 438 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue); 449 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/events/ |
SDL_mouse.c | 116 Uint16 X, Y; 143 X = (Uint16)x; 151 Y = (Uint16)y;
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/ |
SDL_sysjoystick.c | 251 static Uint16 jp_paddles[4]; 252 static Uint16 jp_lightpens[2]; 253 static Uint16 jp_directions; 254 static Uint16 jp_fires; 748 Uint16 fires; 749 Uint16 directions; 750 Uint16 dummy1[6]; 751 Uint16 paddles[4]; 752 Uint16 dummy2[4]; 753 Uint16 lightpens[2] [all...] |
/external/chromium_org/v8/test/mjsunit/harmony/ |
dataview-accessors.js | 50 case "Uint16": 142 test(isTestingGet, "Uint16", 0, 256, true); 143 test(isTestingGet, "Uint16", undefined, 256, true); 144 test(isTestingGet, "Uint16", 5, 26213, true); 145 test(isTestingGet, "Uint16", 9, 33409, true); 146 test(isTestingGet, "Uint16", 14, 65534, true); 147 test(isTestingGet, "Uint16", 1e12, undefined, true); 150 test(isTestingGet, "Uint16", 0, 1); 151 test(isTestingGet, "Uint16", undefined, 1); 152 test(isTestingGet, "Uint16", 5, 25958) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysmouse.cc | 129 void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|