Home
last modified time | relevance | path

Searched refs:Uint16 (Results 1 – 25 of 124) sorted by relevance

12345

/AliOS-Things-master/components/SDL2/include/
A DSDL_haptic.h480 Uint16 type; /**< ::SDL_HAPTIC_CONSTANT */
497 Uint16 fade_length; /**< Duration of the fade. */
575 Uint16 period; /**< Period of the wave. */
583 Uint16 fade_length; /**< Duration of the fade. */
651 Uint16 type; /**< ::SDL_HAPTIC_RAMP */
669 Uint16 fade_length; /**< Duration of the fade. */
716 Uint16 type; /**< ::SDL_HAPTIC_CUSTOM */
729 Uint16 period; /**< Sample periods. */
730 Uint16 samples; /**< Amount of samples. */
736 Uint16 fade_length; /**< Duration of the fade. */
[all …]
A DSDL_endian.h73 SDL_FORCE_INLINE Uint16
74 SDL_Swap16(Uint16 x) in SDL_Swap16()
80 SDL_FORCE_INLINE Uint16
81 SDL_Swap16(Uint16 x)
87 SDL_FORCE_INLINE Uint16
88 SDL_Swap16(Uint16 x)
96 SDL_FORCE_INLINE Uint16
97 SDL_Swap16(Uint16 x)
103 extern _inline Uint16 SDL_Swap16(Uint16);
109 SDL_FORCE_INLINE Uint16
[all …]
A DSDL_ttf.h160 extern DECLSPEC int SDLCALL TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch);
166 extern DECLSPEC int SDLCALL TTF_GlyphMetrics(TTF_Font *font, Uint16 ch,
173 extern DECLSPEC int SDLCALL TTF_SizeUNICODE(TTF_Font *font, const Uint16 *text, int *w, int *h);
186 const Uint16 *text, SDL_Color fg);
196 Uint16 ch, SDL_Color fg);
208 const Uint16 *text, SDL_Color fg, SDL_Color bg);
218 Uint16 ch, SDL_Color fg, SDL_Color bg);
229 const Uint16 *text, SDL_Color fg);
243 const Uint16 *text, SDL_Color fg, Uint32 wrapLength);
252 Uint16 ch, SDL_Color fg);
[all …]
A DSDL_joystick.h153 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetDeviceVendor(int device_index);
160 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetDeviceProduct(int device_index);
167 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetDeviceProductVersion(int device_index);
264 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetVendor(SDL_Joystick * joystick);
270 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetProduct(SDL_Joystick * joystick);
276 extern DECLSPEC Uint16 SDLCALL SDL_JoystickGetProductVersion(SDL_Joystick * joystick);
433 …EC int SDLCALL SDL_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 hig…
A DSDL_test_fuzzer.h86 Uint16 SDLTest_RandomUint16(void);
188 Uint16 SDLTest_RandomUint16BoundaryValue(Uint16 boundary1, Uint16 boundary2, SDL_bool validDomain);
A DSDL_gamecontroller.h249 extern DECLSPEC Uint16 SDLCALL SDL_GameControllerGetVendor(SDL_GameController * gamecontroller);
255 extern DECLSPEC Uint16 SDLCALL SDL_GameControllerGetProduct(SDL_GameController * gamecontroller);
261 extern DECLSPEC Uint16 SDLCALL SDL_GameControllerGetProductVersion(SDL_GameController * gamecontrol…
405 …L_GameControllerRumble(SDL_GameController *gamecontroller, Uint16 low_frequency_rumble, Uint16 hig…
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick_c.h60 Uint16 vendor_id;
61 Uint16 product_id;
62 Uint16 version;
68 Uint16 usage_page; /* Available on Windows and Mac OS X */
69 Uint16 usage; /* Available on Windows and Mac OS X */
89 …Device)(const char *name, SDL_GameControllerType type, Uint16 vendor_id, Uint16 product_id, Uint16
90 const char *(*GetDeviceName)(Uint16 vendor_id, Uint16 product_id);
96 …ystick)(SDL_HIDAPI_Device *device, SDL_Joystick *joystick, Uint16 low_frequency_rumble, Uint16 hig…
117 extern SDL_bool HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const c…
A DSDL_hidapi_xboxone.c86 Uint16 vendor_id;
87 Uint16 product_id;
88 Uint16 exclude_vendor_id;
89 Uint16 exclude_product_id;
117 Uint16 vendor_id;
118 Uint16 product_id;
154 IsBluetoothXboxOneController(Uint16 vendor_id, Uint16 product_id) in IsBluetoothXboxOneController()
168 ControllerHasPaddles(Uint16 vendor_id, Uint16 product_id) in ControllerHasPaddles()
181 ControllerSendsWaitingForInit(Uint16 vendor_id, Uint16 product_id) in ControllerSendsWaitingForInit()
203 Uint16 vendor_id = ctx->vendor_id; in SendControllerInit()
[all …]
A DSDL_hidapijoystick.c394 HIDAPI_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDeviceSupported()
412 const Uint16 USAGE_JOYSTICK = 0x0004; in HIDAPI_GetDeviceDriver()
413 const Uint16 USAGE_GAMEPAD = 0x0005; in HIDAPI_GetDeviceDriver()
414 const Uint16 USAGE_MULTIAXISCONTROLLER = 0x0008; in HIDAPI_GetDeviceDriver()
468 HIDAPI_GetJoystickByInfo(const char *path, Uint16 vendor_id, Uint16 product_id) in HIDAPI_GetJoystickByInfo()
700 const Uint16 vendor = device->vendor_id; in HIDAPI_AddDevice()
701 const Uint16 product = device->product_id; in HIDAPI_AddDevice()
702 const Uint16 version = device->version; in HIDAPI_AddDevice()
703 Uint16 *guid16 = (Uint16 *)device->guid.data; in HIDAPI_AddDevice()
846 HIDAPI_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version, const char *name) in HIDAPI_IsDevicePresent()
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_joystick_c.h53 extern void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16
58 extern char *SDL_CreateJoystickName(Uint16 vendor, Uint16 product, const char *vendor_name, const c…
62 …ontrollerType SDL_GetJoystickGameControllerType(const char *name, Uint16 vendor, Uint16 product, i…
65 extern SDL_bool SDL_IsJoystickNintendoSwitchProInputOnly(Uint16 vendor_id, Uint16 product_id);
68 extern SDL_bool SDL_IsJoystickSteamController(Uint16 vendor_id, Uint16 product_id);
A DSDL_sysjoystick.h63 Uint16 low_frequency_rumble;
64 Uint16 high_frequency_rumble;
124 … int (*Rumble)(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 high_frequency_rumble);
A DSDL_joystick.c1457 void SDL_GetJoystickGUIDInfo(SDL_JoystickGUID guid, Uint16 *vendor, Uint16 *product, Uint16 *versio… in SDL_GetJoystickGUIDInfo()
1459 Uint16 *guid16 = (Uint16 *)guid.data; in SDL_GetJoystickGUIDInfo()
1748 SDL_IsJoystickSteamController(Uint16 vendor, Uint16 product) in SDL_IsJoystickSteamController()
1847 Uint16 vendor; in SDL_GetJoystickGUIDType()
1848 Uint16 product; in SDL_GetJoystickGUIDType()
2044 Uint16 vendor; in SDL_ShouldIgnoreJoystick()
2045 Uint16 product; in SDL_ShouldIgnoreJoystick()
2088 Uint16 vendor; in SDL_JoystickGetDeviceVendor()
2097 Uint16 product; in SDL_JoystickGetDeviceProduct()
2106 Uint16 version; in SDL_JoystickGetDeviceProductVersion()
[all …]
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_blendline.c57 HLINE(Uint16, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB2()
60 HLINE(Uint16, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB2()
63 HLINE(Uint16, DRAW_SETPIXEL_MUL_RGB, draw_end); in SDL_BlendLine_RGB2()
66 HLINE(Uint16, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB2()
75 VLINE(Uint16, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB2()
78 VLINE(Uint16, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB2()
81 VLINE(Uint16, DRAW_SETPIXEL_MUL_RGB, draw_end); in SDL_BlendLine_RGB2()
84 VLINE(Uint16, DRAW_SETPIXEL_RGB, draw_end); in SDL_BlendLine_RGB2()
93 DLINE(Uint16, DRAW_SETPIXEL_ADD_RGB, draw_end); in SDL_BlendLine_RGB2()
96 DLINE(Uint16, DRAW_SETPIXEL_MOD_RGB, draw_end); in SDL_BlendLine_RGB2()
[all …]
A DSDL_blendfillrect.c37 FILLRECT(Uint16, DRAW_SETPIXEL_BLEND_RGB555); in SDL_BlendFillRect_RGB555()
40 FILLRECT(Uint16, DRAW_SETPIXEL_ADD_RGB555); in SDL_BlendFillRect_RGB555()
43 FILLRECT(Uint16, DRAW_SETPIXEL_MOD_RGB555); in SDL_BlendFillRect_RGB555()
46 FILLRECT(Uint16, DRAW_SETPIXEL_MUL_RGB555); in SDL_BlendFillRect_RGB555()
49 FILLRECT(Uint16, DRAW_SETPIXEL_RGB555); in SDL_BlendFillRect_RGB555()
63 FILLRECT(Uint16, DRAW_SETPIXEL_BLEND_RGB565); in SDL_BlendFillRect_RGB565()
66 FILLRECT(Uint16, DRAW_SETPIXEL_ADD_RGB565); in SDL_BlendFillRect_RGB565()
69 FILLRECT(Uint16, DRAW_SETPIXEL_MOD_RGB565); in SDL_BlendFillRect_RGB565()
72 FILLRECT(Uint16, DRAW_SETPIXEL_MUL_RGB565); in SDL_BlendFillRect_RGB565()
75 FILLRECT(Uint16, DRAW_SETPIXEL_RGB565); in SDL_BlendFillRect_RGB565()
[all …]
A DSDL_draw.h35 #define DRAW_FASTSETPIXEL2 DRAW_FASTSETPIXEL(Uint16)
125 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_RGB555)
131 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_ADD_RGB555)
134 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_MOD_RGB555)
163 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_RGB565)
277 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_RGB)
289 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_ADD_RGB)
295 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_MOD_RGB)
301 DRAW_SETPIXELXY(x, y, Uint16, 2, DRAW_SETPIXEL_MUL_RGB)
493 Uint16 ErrorAdj, ErrorAcc; \
[all …]
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.h52 Uint16 formattag; /* Raw value of the first field in the fmt chunk data. */
53 Uint16 encoding; /* Actual encoding, possibly from the extensible header. */
54 Uint16 channels; /* Number of channels. */
57 Uint16 blockalign; /* Bytes per block. */
58 Uint16 bitspersample; /* Currently supported are 8, 16, 24, 32, and 4 for ADPCM. */
63 Uint16 extsize;
66 Uint16 validsamplebits;
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_dinputjoystick_c.h25 extern SDL_bool SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version);
27 extern int SDL_DINPUT_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 h…
A DSDL_rawinputjoystick.c93 static SDL_bool RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version);
100 Uint16 vendor_id;
101 Uint16 product_id;
102 Uint16 version;
104 Uint16 usage_page;
105 Uint16 usage;
164 …if (!RAWINPUT_IsDeviceSupported((Uint16)rdi.hid.dwVendorId, (Uint16)rdi.hid.dwProductId, (Uint16)r… in RAWINPUT_AllXInputDevicesSupported()
317 Uint16 *guid16 = (Uint16 *)device->guid.data; in RAWINPUT_AddDevice()
457 RAWINPUT_IsDeviceSupported(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDeviceSupported()
477 RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version) in RAWINPUT_IsDevicePresent()
[all …]
A DSDL_xinputjoystick.c121 GuessXInputDevice(Uint8 userid, Uint16 *pVID, Uint16 *pPID, Uint16 *pVersion) in GuessXInputDevice()
155 *pVID = (Uint16)rdi.hid.dwVendorId; in GuessXInputDevice()
156 *pPID = (Uint16)rdi.hid.dwProductId; in GuessXInputDevice()
198 *pVID = (Uint16)rdi.hid.dwVendorId; in GuessXInputDevice()
199 *pPID = (Uint16)rdi.hid.dwProductId; in GuessXInputDevice()
222 Uint16 vendor = 0; in AddXInputDevice()
223 Uint16 product = 0; in AddXInputDevice()
224 Uint16 version = 0; in AddXInputDevice()
259 Uint16 *guid16 = (Uint16 *)pNewJoystick->guid.data; in AddXInputDevice()
483 SDL_XINPUT_JoystickRumble(SDL_Joystick * joystick, Uint16 low_frequency_rumble, Uint16 high_frequen… in SDL_XINPUT_JoystickRumble()
[all …]
A DSDL_rawinputjoystick_c.h24 extern SDL_bool RAWINPUT_IsDevicePresent(Uint16 vendor_id, Uint16 product_id, Uint16 version);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c143 Uint16 *src = (Uint16 *)(from); \
144 Uint16 *dst = (Uint16 *)(to); \
160 Uint16 *src = (Uint16 *)(from); \
161 Uint16 *dst = (Uint16 *)(to); \
212 *(Uint16 *)dst = (Uint16)d; \
273 Uint16 *src = (Uint16 *)(from); \
274 Uint16 *dst = (Uint16 *)(to); \
898 Uint16 *d = dst; in copy_opaque_16()
938 Uint16 pix; in copy_transl_565()
957 Uint16 pix; in copy_transl_555()
[all …]
A DSDL_blit_A.c667 Uint16 *srcp = (Uint16 *) info->src; in Blit16to16SurfaceAlpha128()
669 Uint16 *dstp = (Uint16 *) info->dst; in Blit16to16SurfaceAlpha128()
773 Uint16 *srcp = (Uint16 *) info->src; in Blit565to565SurfaceAlphaMMX()
775 Uint16 *dstp = (Uint16 *) info->dst; in Blit565to565SurfaceAlphaMMX()
910 Uint16 *srcp = (Uint16 *) info->src; in Blit555to555SurfaceAlphaMMX()
912 Uint16 *dstp = (Uint16 *) info->dst; in Blit555to555SurfaceAlphaMMX()
1050 Uint16 *srcp = (Uint16 *) info->src; in Blit565to565SurfaceAlpha()
1052 Uint16 *dstp = (Uint16 *) info->dst; in Blit565to565SurfaceAlpha()
1089 Uint16 *srcp = (Uint16 *) info->src; in Blit555to555SurfaceAlpha()
1126 Uint16 *dstp = (Uint16 *) info->dst; in BlitARGBto565PixelAlpha()
[all …]
A DSDL_blit_1.c92 Uint16 *map; in Blit1to2()
102 map = (Uint16 *) info->table; in Blit1to2()
109 *(Uint16 *)dst = map[*src++]; in Blit1to2()
128 *(Uint16 *) dst = map[*src++]; in Blit1to2()
143 *(Uint16 *) dst = map[*src++]; in Blit1to2()
151 *(Uint16 *) dst = map[*src++]; in Blit1to2()
172 *(Uint16 *) dst = map[*src++]; in Blit1to2()
180 *(Uint16 *) dst = map[*src++]; in Blit1to2()
342 Uint16 *dstp = (Uint16 *) info->dst; in Blit1to2Key()
344 Uint16 *palmap = (Uint16 *) info->table; in Blit1to2Key()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_iconv.c326 *(Uint16 *) dst = UNICODE_BOM; in SDL_iconv()
480 Uint16 W1, W2; in SDL_iconv()
484 W1 = ((Uint16) p[0] << 8) | (Uint16) p[1]; in SDL_iconv()
502 W2 = ((Uint16) p[0] << 8) | (Uint16) p[1]; in SDL_iconv()
519 Uint16 W1, W2; in SDL_iconv()
523 W1 = ((Uint16) p[1] << 8) | (Uint16) p[0]; in SDL_iconv()
541 W2 = ((Uint16) p[1] << 8) | (Uint16) p[0]; in SDL_iconv()
720 Uint16 W1, W2; in SDL_iconv()
726 W2 = 0xDC00 | (Uint16) (ch & 0x3FF); in SDL_iconv()
751 Uint16 W1, W2; in SDL_iconv()
[all …]
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_bmp.c63 Uint16 bfReserved; in IMG_isICOCUR()
64 Uint16 bfType; in IMG_isICOCUR()
65 Uint16 bfCount; in IMG_isICOCUR()
241 Uint16 bfReserved1; in LoadBMP_RW()
242 Uint16 bfReserved2; in LoadBMP_RW()
249 Uint16 biPlanes; in LoadBMP_RW()
250 Uint16 biBitCount; in LoadBMP_RW()
558 Uint16 *pix = (Uint16 *)bits; in LoadBMP_RW()
634 Uint16 bfType; in LoadICOCUR_RW()
635 Uint16 bfCount; in LoadICOCUR_RW()
[all …]

Completed in 38 milliseconds

12345